blockchainTests.only -> blockchainTests

This commit is contained in:
Michael Zhu
2019-08-26 15:58:31 -07:00
parent 1d807abe8b
commit 6827ebfb78
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import * as _ from 'lodash';
import { StakingWrapper } from './utils/staking_wrapper';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests.only('Exchange Integrations', env => {
blockchainTests('Exchange Integrations', env => {
// constants
const ZRX_TOKEN_DECIMALS = new BigNumber(18);
// tokens & addresses

View File

@@ -12,7 +12,7 @@ import { constants as stakingConstants } from './utils/constants';
import { StakingWrapper } from './utils/staking_wrapper';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests.only('Staking Pool Management', env => {
blockchainTests('Staking Pool Management', env => {
// constants
const ZRX_TOKEN_DECIMALS = new BigNumber(18);
// tokens & addresses

View File

@@ -8,7 +8,7 @@ import * as _ from 'lodash';
import { Simulation } from './utils/Simulation';
import { StakingWrapper } from './utils/staking_wrapper';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests.only('End-To-End Simulations', env => {
blockchainTests('End-To-End Simulations', env => {
// constants
const ZRX_TOKEN_DECIMALS = new BigNumber(18);
// tokens & addresses

View File

@@ -10,7 +10,7 @@ import { StakerActor } from './actors/staker_actor';
import { StakingWrapper } from './utils/staking_wrapper';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests.only('Staking & Delegating', env => {
blockchainTests('Staking & Delegating', env => {
// constants
const ZRX_TOKEN_DECIMALS = new BigNumber(18);
// tokens & addresses

View File

@@ -8,7 +8,7 @@ import * as _ from 'lodash';
import { StakingWrapper } from './utils/staking_wrapper';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests.only('Staking Vaults', env => {
blockchainTests('Staking Vaults', env => {
// constants
const ZRX_TOKEN_DECIMALS = new BigNumber(18);
// tokens & addresses