Skip to content

Commit

Permalink
restore test setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lachieh committed Feb 24, 2022
1 parent 3c5777a commit daa8cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
"prettier:fix": "npm run prettier -- --write",
"test": "npm run build && npm run env && npm run unit",
"unit": "mocha --recursive test/specs --timeout 1000 --exit"
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
},
"dependencies": {
"browser-sync-client": "^2.27.7",
Expand Down

0 comments on commit daa8cd0

Please sign in to comment.