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
There's no tests. It'll be good to have some
Tests should follow black box model, and test only public API, with all external requests (e.g. to npm) being stubbed.
They should be fully runnable offline, although it doesn't mean, that having some integration tests aside against npm registry, is off the table.
Ideally BDD, test runner to be confirmed, but suggested choice is mocha
Coverage scripts should be added as well, preferably based on nyc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's no tests. It'll be good to have some
Tests should follow black box model, and test only public API, with all external requests (e.g. to npm) being stubbed.
They should be fully runnable offline, although it doesn't mean, that having some integration tests aside against npm registry, is off the table.
Ideally BDD, test runner to be confirmed, but suggested choice is mocha
Coverage scripts should be added as well, preferably based on nyc
The text was updated successfully, but these errors were encountered: