Skip to content

Commit 1ae24aa

Browse files
committed
fix: update test script to run all tests instead of specific ones
1 parent 24113f6 commit 1ae24aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/swap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
1818
"lint": "prettier --write .",
19-
"test": "vitest run tests/okx*"
19+
"test": "vitest run"
2020
},
2121
"engines": {
2222
"node": ">=14.15.0"

0 commit comments

Comments
 (0)