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
init
Integration test for the init command
The test asserts that:
eb-scripts
package.json
Testing is important! We want to be able to ship code confidently :)
The text was updated successfully, but these errors were encountered:
Helpful resources:
Sorry, something went wrong.
jsjoeio
No branches or pull requests
Summary
Integration test for the
init
commandBasic example
The test asserts that:
init
command works without a flaginit
command works with a flag of a valid projectinit
command displays an error when you pass an invalid flaginit
command installseb-scripts
and adds a script to thepackage.json
Motivation
Testing is important! We want to be able to ship code confidently :)
The text was updated successfully, but these errors were encountered: