Skip to content

Commit acd4ee7

Browse files
committed
Merge branch 'dev' into 4.0
* dev: modify test description
2 parents 8838f2c + 16fbb36 commit acd4ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/util.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('util', () => {
66
expect(find(list, function (a) { return a % 2 === 0 })).toEqual(22)
77
})
88

9-
it('deepCopy: nornal structure', () => {
9+
it('deepCopy: normal structure', () => {
1010
const original = {
1111
a: 1,
1212
b: 'string',

0 commit comments

Comments
 (0)