We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d2c57 commit 039af24Copy full SHA for 039af24
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"test": "test"
10
},
11
"scripts": {
12
- "test": "yarn build:test && FASTIFY_AUTOLOAD_TYPESCRIPT=1 node --test --experimental-test-coverage 'dist/test/**/*.js'",
+ "test": "yarn build:test && FASTIFY_AUTOLOAD_TYPESCRIPT=1 node --test --test-timeout=5000 --experimental-test-coverage 'dist/test/**/*.js'",
13
"build": "tsc",
14
"build:test": "yarn build && node scripts/copy-test-assets.js && tsc -p test/tsconfig.json",
15
"watch": "tsc -w",
0 commit comments