Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmcli committed Sep 1, 2020
1 parent 9264ec1 commit 87ce88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waffle-jest/test/setupJest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {waffleJest} from '@ethereum-waffle/jest';
import {waffleJest} from '../src';

jest.setTimeout(10000);
expect.extend(waffleJest);

0 comments on commit 87ce88f

Please sign in to comment.