Skip to content

Commit 9cb4037

Browse files
committed
fix testing command
1 parent 86cfe2a commit 9cb4037

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
@@ -9,7 +9,7 @@
99
"format": "prettier . --write --ignore-unknown",
1010
"build": "tsc",
1111
"prepack": "cp -rv dist/. .",
12-
"test": "jest tests/wrapper/AssetsUtilitiesClient.test.ts"
12+
"test": "jest"
1313
},
1414
"dependencies": {
1515
"crypto-browserify": "^3.12.1",

0 commit comments

Comments
 (0)