We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6046cc5 commit ca5153bCopy full SHA for ca5153b
README.md
@@ -14,7 +14,7 @@ expected values with human-friendly Bash-colored messages. This is useful for
14
verifying the equality of larger strings or data structures in tests.
15
16
```javascript
17
-const assertNoDiff = require("assert-no-diff")
+import * as assertNoDiff from "assert-no-diff"
18
19
// assert no differences between two JavaScript objects
20
assertNoDiff.json(actualJson, expectedJson)
0 commit comments