Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Dec 16, 2020
1 parent 64f97aa commit 49c3710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/store/keys/keys.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {
persistMnemonic,
} from './keys.actions';

//
// TODO: create separate state slices per wallet type
export interface KeysState {
walletType: WalletType;
mnemonic: string | null;
Expand Down
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ module.exports = {
moduleDirectories: ['node_modules', 'app/node_modules'],
setupFiles: ['./internals/scripts/CheckBuildsExist.js'],
globals: {
api: true,
'ts-jest': {
tsConfig: 'tsconfig.tests.json',
diagnostics: {
ignoreCodes: [6133],
ignoreCodes: [6133, 2304],
},
},
},
Expand Down

0 comments on commit 49c3710

Please sign in to comment.