Skip to content

Commit

Permalink
pass with not tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dssei committed Aug 19, 2024
1 parent 8f40a33 commit 2f7456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:types": "tsc --project ./tsconfig.declaration.json",
"build:prettier": "prettier --write 'dist/**/*.js'",
"docs": "typedoc --out docs",
"test": "jest",
"test": "jest --passWithNoTests",
"lint": "eslint --ext .ts"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
Expand Down

0 comments on commit 2f7456b

Please sign in to comment.