Skip to content

Commit

Permalink
The diff module does not have default export, import all diff exports (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshalamov authored and mourner committed Jun 20, 2019
1 parent 7a264a0 commit 5d72c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/lib/expression.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path';
import diff from 'diff';
import * as diff from 'diff';
import fs from 'fs';
import harness from './harness';
import compactStringify from 'json-stringify-pretty-compact';
Expand Down
2 changes: 1 addition & 1 deletion test/integration/lib/query.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from 'path';
import fs from 'fs';
import diff from 'diff';
import * as diff from 'diff';
import {PNG} from 'pngjs';
import harness from './harness';

Expand Down

0 comments on commit 5d72c36

Please sign in to comment.