npm run coverage
Runs our unit spec tests, saving coverage to thecoverage/
directory.npm run jscs
Runs this code against the jscs linter.npm run jshint
Runs this code against the jshint linter.npm run lint
Runs thejscs
andjshint
commands.npm run runtime
Runs the "runtime" unit tests, saving coverage to thecoverage-runtime/
directory.npm run test
Runs ALL test commands combined.