Skip to content

Commit 506cea2

Browse files
KEJINLIANG093KEJINLIANG093
authored andcommitted
modify test description
1 parent 4d7f390 commit 506cea2

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)