Skip to content

Commit 752f368

Browse files
committed
Fix typo
1 parent 6703df6 commit 752f368

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
@@ -71,7 +71,7 @@
7171
"generate": "node script/generate-jsx.js",
7272
"build": "tsc --build --clean && tsc --build && tsd && type-coverage",
7373
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
74-
"test-api": "node --conditions development test.js",
74+
"test-api": "node --conditions development test/index.js",
7575
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
7676
"test": "npm run generate && npm run build && npm run format && npm run test-coverage"
7777
},

0 commit comments

Comments
 (0)