Skip to content

Commit

Permalink
chore: add "unit", "wunit" and "funit" aliases (#859)
Browse files Browse the repository at this point in the history
These are faster to type on the split keyboard :-[
  • Loading branch information
aslushnikov committed Feb 6, 2020
1 parent 6318ba6 commit 177a1d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -16,6 +16,9 @@
"ctest": "cross-env BROWSER=chromium node test/test.js",
"ftest": "cross-env BROWSER=firefox node test/test.js",
"wtest": "cross-env BROWSER=webkit node test/test.js",
"unit": "npm run ctest",
"wunit": "npm run ftest",
"funit": "npm run wtest",
"debug-test": "node --inspect-brk test/test.js",
"test-doclint": "node utils/doclint/check_public_api/test/test.js && node utils/doclint/preprocessor/test.js",
"test": "npm run lint --silent && npm run coverage && npm run test-doclint && node utils/testrunner/test/test.js",
Expand Down

0 comments on commit 177a1d4

Please sign in to comment.