We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a2123 commit fe2ceb0Copy full SHA for fe2ceb0
package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"test": "uvu test test.minitz.js",
33
"test:dist": "uvu test/node/js && npm run test:ts",
34
- "test:bun": "bun wiptest test/bun",
+ "test:bun": "bun test test/bun",
35
"test:coverage": "c8 --include=src npm test",
36
"test:lint": "eslint ./**/*.js ./**/*.cjs",
37
"test:lint:fix": "eslint --fix ./**/*.js ./**/*.cjs",
0 commit comments