Skip to content

Commit fe2ceb0

Browse files
committed
Update CI-pipeline for bun 1.0
1 parent c8a2123 commit fe2ceb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"test": "uvu test test.minitz.js",
3333
"test:dist": "uvu test/node/js && npm run test:ts",
34-
"test:bun": "bun wiptest test/bun",
34+
"test:bun": "bun test test/bun",
3535
"test:coverage": "c8 --include=src npm test",
3636
"test:lint": "eslint ./**/*.js ./**/*.cjs",
3737
"test:lint:fix": "eslint --fix ./**/*.js ./**/*.cjs",

0 commit comments

Comments
 (0)