We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
also test/spec/version.spec.js:6 version number strings: › #6 test case is not executed with npm test, since the version.js file is ignored by jest.
test/spec/version.spec.js:6 version number strings: › #6
to reproduce the the issue:
mv ./test/spec/version.spec.ts ./test/spec/1test.spec.ts
npm test
it will fail with error:
● version number strings: › #6 expect(received).toEqual(expected) Expected value to equal: ["1.9.0", "1.10.0", "1.11.0"] Received: ["1.10.0", "1.11.0", "1.9.0"] Difference: - Expected + Received Array [ - "1.9.0", "1.10.0", "1.11.0", + "1.9.0", ]
The text was updated successfully, but these errors were encountered:
I added a fix that seems to work in https://github.com/dscalzi/natsort-esm
Sorry, something went wrong.
No branches or pull requests
also
test/spec/version.spec.js:6 version number strings: › #6
test case is not executed with npm test, since the version.js file is ignored by jest.to reproduce the the issue:
mv ./test/spec/version.spec.ts ./test/spec/1test.spec.ts
npm test
it will fail with error:
The text was updated successfully, but these errors were encountered: