We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fecbdc commit 4999f34Copy full SHA for 4999f34
package.json
@@ -8,7 +8,7 @@
8
"main": "lib",
9
"scripts": {
10
"lint": "standard",
11
- "test": "nyc ava",
+ "test": "nyc ava --timeout=1m",
12
"version": "standard-changelog -i CHANGELOG.md -w",
13
"docs": "jsdoc2md lib/*.js > INDEX.md",
14
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
0 commit comments