Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-maciaszek committed Oct 9, 2019
1 parent 13dffb5 commit 2e1bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/file.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { resolveFile } from '../file';
import { readFile } from 'fs';
import { resolveFile } from '../file';

jest.mock('fs');

Expand Down

0 comments on commit 2e1bc98

Please sign in to comment.