We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b683bd commit cabc52cCopy full SHA for cabc52c
package.json
@@ -19,9 +19,9 @@
19
"scripts": {
20
"lint": "tslint -p . --format stylish",
21
"lint:fix": "npm run lint -- --fix",
22
- "test:jest": "jest",
+ "test:unit": "jest",
23
"test:watch": "npm run jest -- --watch",
24
- "test": "npm run lint && npm run test:jest",
+ "test": "npm run lint && npm run test:unit",
25
"watch": "nodemon",
26
"build": "tsc",
27
"prepublishOnly": "npm run test && npm run build"
0 commit comments