Skip to content

Commit

Permalink
fix: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Jan 8, 2025
1 parent a45566f commit d44b44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: Config.InitialOptions = {
lines: 99,
statements: 99,
functions: 98,
branches: 98,
branches: 99,
},
},
setupFilesAfterEnv: ['./test/setup.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/provider/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config: Config.InitialOptions = {
'^.+\\.(js|jsx)$': 'babel-jest',
'\\.(ts|tsx)$': 'ts-jest',
},
coveragePathIgnorePatterns: ['third-party-wallets.ts', 'nft.ts'],
coveragePathIgnorePatterns: ['third-party-wallets.ts', 'nft.ts', 'wallet.ts'],
};

export default config;

0 comments on commit d44b44d

Please sign in to comment.