You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default ability to perform an "npm test" against the current project. Additionally, this command would be executed during an "upgrade", effectively verifying the tests against the current environment before assuming success.
Standalone "test" command, which executes "npm test" on current project.
Execution of "test" command prior to "upgrade"? Upgrade is invoked after a deploy, so perhaps it makes more sense for the deploy to be responsible for invoking "test"?
(Needs further definition before proceeding)
The text was updated successfully, but these errors were encountered:
Default ability to perform an "npm test" against the current project. Additionally, this command would be executed during an "upgrade", effectively verifying the tests against the current environment before assuming success.
(Needs further definition before proceeding)
The text was updated successfully, but these errors were encountered: