Skip to content
New issue

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

Write integration test for init #19

Closed
4 tasks done
jsjoeio opened this issue Oct 31, 2019 · 1 comment
Closed
4 tasks done

Write integration test for init #19

jsjoeio opened this issue Oct 31, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jsjoeio
Copy link
Contributor

jsjoeio commented Oct 31, 2019

Summary

Integration test for the init command

Basic example

The test asserts that:

  • the init command works without a flag
  • the init command works with a flag of a valid project
  • the init command displays an error when you pass an invalid flag
  • the init command installs eb-scripts and adds a script to the package.json

Motivation

Testing is important! We want to be able to ship code confidently :)

@jsjoeio jsjoeio self-assigned this Oct 31, 2019
@jsjoeio jsjoeio added the enhancement New feature or request label Oct 31, 2019
@jsjoeio jsjoeio assigned jsjoeio and unassigned jsjoeio Oct 31, 2019
@jsjoeio jsjoeio added this to the v1.1.0 milestone Nov 5, 2019
@jsjoeio jsjoeio closed this as completed Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant