We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba86f9 commit 9cffde4Copy full SHA for 9cffde4
package.json
@@ -34,7 +34,7 @@
34
"release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
35
"lint": "eslint .",
36
"lint:fix": "eslint . --fix",
37
- "test": "vitest run --test-timeout=20000",
+ "test": "vitest run --test-timeout=60000",
38
"test:watch": "vitest watch"
39
},
40
"dependencies": {
0 commit comments