*Remove test

This commit is contained in:
Derrick Hammer 2022-03-26 17:59:57 -04:00
parent 14e23759c6
commit ad64be439a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
},
"scripts": {
"build": "grunt",
"prepublish": "npm run build && npm run test",
"prepublish": "npm run build",
"test": "mocha",
"test-coverage": "cross-env COVERAGE=y nyc mocha",
"test-minified": "cross-env TEST_MINIFIED_POLYFILL=1 mocha",