diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-27 01:34:45 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-27 01:34:45 +0800 |
commit | e780664b40df55616e7b6ac6470fbd43e8421851 (patch) | |
tree | 06253de8ff9473ede2a6ca518b726555dedb5eae | |
parent | efb5556e4ef22ea1e9200759cb0582b36ae8f2e8 (diff) | |
download | dexon-sol-tools-e780664b40df55616e7b6ac6470fbd43e8421851.tar dexon-sol-tools-e780664b40df55616e7b6ac6470fbd43e8421851.tar.gz dexon-sol-tools-e780664b40df55616e7b6ac6470fbd43e8421851.tar.bz2 dexon-sol-tools-e780664b40df55616e7b6ac6470fbd43e8421851.tar.lz dexon-sol-tools-e780664b40df55616e7b6ac6470fbd43e8421851.tar.xz dexon-sol-tools-e780664b40df55616e7b6ac6470fbd43e8421851.tar.zst dexon-sol-tools-e780664b40df55616e7b6ac6470fbd43e8421851.zip |
Remove .only from describe
-rw-r--r-- | test/ether_token_wrapper_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ether_token_wrapper_test.ts b/test/ether_token_wrapper_test.ts index 60fe00925..37ec253bb 100644 --- a/test/ether_token_wrapper_test.ts +++ b/test/ether_token_wrapper_test.ts @@ -12,7 +12,7 @@ chaiSetup.configure(); const expect = chai.expect; const blockchainLifecycle = new BlockchainLifecycle(); -describe.only('EtherTokenWrapper', () => { +describe('EtherTokenWrapper', () => { let web3: Web3; let zeroEx: ZeroEx; let userAddresses: string[]; |