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 test
Runs ALL test commands combined.
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.