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 b687955 commit a5f9030Copy full SHA for a5f9030
package.json
@@ -22,7 +22,7 @@
22
"build": "pkgroll",
23
"format": "prettier --write src",
24
"type-check": "tsc --noEmit",
25
- "test": "pkgroll && vitest --dir test",
+ "test": "pkgroll && vitest --dir test --testTimeout 10000",
26
"prepublishOnly": "pkgroll --clean-dist"
27
},
28
"publishConfig": {
0 commit comments