Skip to content

Commit 2944eeb

Browse files
committed
remove stray reference to deepEqual
1 parent ebb37bc commit 2944eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils/generic.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { deepAssign, deepEqual, isObject, forOwn, nextUniqueId } from '../../src/utils/generic'
1+
import { deepAssign, isObject, forOwn, nextUniqueId } from '../../src/utils/generic'
22

33

44
describe('Generic Utilities', () => {

0 commit comments

Comments
 (0)