1
0
Fork 0

bump default test timeout

pull/294/head
Bryan MacFarlane 2020-01-07 01:14:32 -05:00
parent bfd29dcef8
commit 683245ad5e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"format-check": "prettier --check packages/**/*.ts",
"lint": "eslint packages/**/*.ts",
"new-package": "scripts/create-package",
"test": "jest"
"test": "jest --testTimeout 10000"
},
"devDependencies": {
"@types/jest": "^24.0.11",