Skip to content

Commit

Permalink
Fix jest test failing bc no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
besated committed Jul 5, 2024
1 parent 39d9ccd commit 3662874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 3662874

Please sign in to comment.