Skip to content

Commit 4d45501

Browse files
author
Walker Leite
committed
fix(package): run server tests in band
1 parent 7a2ed8c commit 4d45501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "gulp serve",
1111
"build": "gulp build --production && npm run afterbuild",
1212
"afterbuild": "cd build && npm install --production",
13-
"test": "npx jest",
13+
"test": "npx jest --runInBand test/server/**.spec.js && npx jest test/client/**.spec.js",
1414
"start": "node ./index.js"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)