Skip to content

Commit

Permalink
Update jest-diff for jest ^27.0.0 with adding it to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilaysalih authored and romgain committed Jun 10, 2021
1 parent 79531ce commit cc4276b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@
},
"peerDependencies": {
"mock-socket": "^8||^9"
},
"dependencies": {
"jest-diff": "^27.0.2"
}
}
2 changes: 1 addition & 1 deletion src/matchers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import diff from "jest-diff";
import { diff } from "jest-diff";
import WS from "./websocket";
import { DeserializedMessage } from "./websocket";

Expand Down

0 comments on commit cc4276b

Please sign in to comment.