Skip to content

Commit

Permalink
increase mocha timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Apr 5, 2022
1 parent 2fee701 commit 6dc868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "http-server . -c-1",
"test": "npm run eslint && npm run stylelint",
"eslint": "eslint 'src/content/**/*.js'",
"mocha": "mocha 'src/content/**/test.js'",
"mocha": "mocha --timeout 5000 'src/content/**/test.js'",
"stylelint": "stylelint 'src/**/*.css'"
},
"eslintIgnore": [
Expand Down

0 comments on commit 6dc868a

Please sign in to comment.