Skip to content

Commit

Permalink
fixed render diff if unit test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Nov 2, 2024
1 parent 2554c08 commit 3a6977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/toContainChunk/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import diff from 'jest-diff';
import { diff } from 'jest-diff';

const buildMessage = (utils, data, chunk, headIndex) => {
let message;
Expand Down

0 comments on commit 3a6977e

Please sign in to comment.