Skip to content

Commit

Permalink
chore: fix typo in aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 6, 2020
1 parent 177a1d4 commit fa6a5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"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",
"funit": "npm run ftest",
"wunit": "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 fa6a5ed

Please sign in to comment.