Skip to content

Commit

Permalink
chore: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Oct 16, 2024
1 parent 520c4fe commit 440e314
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 132 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const config: Config = {
"!jest.config.ts",
"!**/src/gql/utils/generated.ts",
"!**/src/sdk/utils/testutil.ts",
"!**/src/sdk/core/cosmwasmclient.ts", // Implementation from Cosmjs
"!**/src/sdk/core/signingcosmwasmclient.ts", // Implementation from Cosmjs
],
testPathIgnorePatterns: ["/node_modules/", "/dist/", "/nibiru/"],
Expand Down
126 changes: 0 additions & 126 deletions src/sdk/core/cosmwasmclient.test.ts

This file was deleted.

7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7260,16 +7260,11 @@ pacote@^13.0.3, pacote@^13.6.1, pacote@^13.6.2:
ssri "^9.0.0"
tar "^6.1.11"

pako@^2.0.2:
pako@^2.0.2, pako@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz"
integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==

pako@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86"
integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==

param-case@^3.0.4:
version "3.0.4"
resolved "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz"
Expand Down

0 comments on commit 440e314

Please sign in to comment.