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)
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)