Skip to content

Commit 808fc3f

Browse files
committed
fix: fix doc
fix a typo in doc, set timeout of 10s to tests
1 parent 7faef6b commit 808fc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build-doc": "typedoc index.ts --out tsdocs",
2020
"build": "tsup index.ts --dts --format esm",
2121
"pretest": "npm run build",
22-
"test": "ava"
22+
"test": "ava --timeout 10s"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^17.0.21",

0 commit comments

Comments
 (0)