Skip to content

Commit cabc52c

Browse files
committed
rename test:jest to test:unit
1 parent 4b683bd commit cabc52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"scripts": {
2020
"lint": "tslint -p . --format stylish",
2121
"lint:fix": "npm run lint -- --fix",
22-
"test:jest": "jest",
22+
"test:unit": "jest",
2323
"test:watch": "npm run jest -- --watch",
24-
"test": "npm run lint && npm run test:jest",
24+
"test": "npm run lint && npm run test:unit",
2525
"watch": "nodemon",
2626
"build": "tsc",
2727
"prepublishOnly": "npm run test && npm run build"

0 commit comments

Comments
 (0)