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 6703df6 commit 752f368Copy full SHA for 752f368
package.json
@@ -71,7 +71,7 @@
71
"generate": "node script/generate-jsx.js",
72
"build": "tsc --build --clean && tsc --build && tsd && type-coverage",
73
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
74
- "test-api": "node --conditions development test.js",
+ "test-api": "node --conditions development test/index.js",
75
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
76
"test": "npm run generate && npm run build && npm run format && npm run test-coverage"
77
},
0 commit comments