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 ac2a963 commit b4814e1Copy full SHA for b4814e1
test/unit/shallow-equal.test.js
@@ -26,7 +26,7 @@ describe('Shallow Equals', () => {
26
expect(shallowEquals(a, b)).toBe(false)
27
})
28
29
- it('should be false if objects if only they matched deeply', () => {
+ it('should be false if objects matched deeply', () => {
30
const a = { aa: 10, bb: { a: 10 } }
31
const b = { aa: 10, bb: { a: 10 } }
32
0 commit comments