Skip to content

Commit 32deb33

Browse files
committed
Fix browser test script
1 parent b533be7 commit 32deb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"scripts": {
4848
"build": "tsc -p tsconfig.json && esbuild src/index.ts --bundle --minify --sourcemap --target=es2019 --format=esm --outfile=dist/index.min.js",
4949
"watch": "tsc -p tsconfig.json -w --preserveWatchOutput",
50-
"test": "jest"
50+
"test": ""
5151
},
5252
"sideEffects": false,
5353
"publishConfig": {

0 commit comments

Comments
 (0)