We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98df2f commit 80be1bfCopy full SHA for 80be1bf
package.json
@@ -13,7 +13,7 @@
13
"lint:fix": "standard --fix",
14
"test:ci": "npm run test",
15
"test:node": "c8 --lines=80 --check-coverage --exclude=lib/parser.cjs --exclude=test/** mocha test/test-*.js",
16
- "test:browser": "polendina --cleanup --webpack-config test/webpack.config.js test/test-typed-*.js",
+ "test:browser": "polendina --timeout 60 --cleanup --webpack-config test/webpack.config.js test/test-typed-*.js",
17
"test": "npm run lint && npm run build && npm run test:node && npm run test:browser",
18
"coverage": "c8 --lines=80 --reporter=html --reporter=text mocha test/test-*.js && npx st -d coverage -p 8888"
19
},
0 commit comments