blockchainTests.only -> blockchainTests
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user