Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
@0x/contracts-staking: Remove unused tslint directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorothy-zbornak committed Aug 29, 2019
1 parent 64c5e3c commit 4f56c98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/staking/test/cobb_douglas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { artifacts, TestCobbDouglasContract } from '../src/';
Decimal.set({ precision: 128 });
type Numberish = BigNumber | string | number;

// tslint:disable:no-unnecessary-type-assertion
blockchainTests('Cobb-Douglas', env => {
const FUZZ_COUNT = 1024;

Expand Down
1 change: 0 additions & 1 deletion contracts/staking/test/lib_fixed_math.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { artifacts, TestLibFixedMathContract } from '../src/';

Decimal.set({ precision: 128 });

// tslint:disable:no-unnecessary-type-assertion
blockchainTests('LibFixedMath', env => {
let testContract: TestLibFixedMathContract;

Expand Down

0 comments on commit 4f56c98

Please sign in to comment.