Configuration and scripts for Create JS App
npm install create-js-app-scriptsConfiguration and scripts used by Create JS App
Starts jest tests configured for jsdom environment. In this case, test files has to be placed under __tests__ directory or filenames has to be suffixed with spec.(js|jsx) or test.(js|jsx) suffix.
Starts jest tests configured for node environment. In this case, test files has to be placed under __tests_node__ directory or filenames has to be suffixed with spec.node.(js|jsx) or test.node.(js|jsx) suffix.