Skip to content

Commit

Permalink
fix wallet's broken tests #234
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiaszCudnik committed Jun 17, 2019
1 parent a3e9c71 commit e56be2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"deploy-now": "yarn build; cp -f now.json build; cd build && now --target production",
"cypress": "cypress open",
"test": "run-p --race serve test-cypress",
"test-ci": "run-p --race serve test-cypress:record",
"test-ci": "run-p --race serve test-cypress",
"test-cypress": "cypress-run run",
"test-cypress:record": "cypress-run run --record",
"test-unit": "jest",
Expand Down
1 change: 1 addition & 0 deletions src/stores/addressBook.test.ts
Expand Up @@ -5,6 +5,7 @@ import { stub, mockStoredContacts } from '../utils/testHelpers';
import { TAddressRecord } from '../utils/utils';
import AddressBookStore from './addressBook';
import { storedContacts } from './fixtures';
import * as sinon from 'sinon';

let stubs: sinon.SinonStub[];

Expand Down

0 comments on commit e56be2c

Please sign in to comment.