Skip to content

Commit bd154d1

Browse files
committed
fix: remove extra jest in test:watch
1 parent dfbe3d0 commit bd154d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "microbundle build --tsconfig ./tsconfig.json --name VueBrowserAcl",
3030
"build:watch": "microbundle watch --tsconfig ./tsconfig.json --name VueBrowserAcl",
3131
"test": "jest --config jest.config.json",
32-
"test:watch": "jest jest --config jest.config.json --watchAll",
32+
"test:watch": "jest --config jest.config.json --watchAll",
3333
"version": "npm run build && git add -A ./dist",
3434
"postversion": "git push && git push --tags"
3535
},

0 commit comments

Comments
 (0)