diff options
-rw-r--r-- | .prettierignore | 1 | ||||
-rw-r--r-- | packages/0x.js/test/ether_token_wrapper_test.ts | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.prettierignore b/.prettierignore index 79eeb6b8c..b2dee5c88 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,3 +2,4 @@ lib generated .nyc_output /packages/contracts/build/contracts +package.json diff --git a/packages/0x.js/test/ether_token_wrapper_test.ts b/packages/0x.js/test/ether_token_wrapper_test.ts index 6d7d953a8..98e6981fd 100644 --- a/packages/0x.js/test/ether_token_wrapper_test.ts +++ b/packages/0x.js/test/ether_token_wrapper_test.ts @@ -17,7 +17,6 @@ import { ZeroEx, ZeroExError, } from '../src'; -import { artifacts } from '../src/artifacts'; import { DoneCallback } from '../src/types'; import { chaiSetup } from './utils/chai_setup'; |