Skip to content

Commit 506cea2

Browse files
KEJINLIANG093KEJINLIANG093
KEJINLIANG093
authored and
KEJINLIANG093
committed
modify test description
1 parent 4d7f390 commit 506cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/util.spec.js

+1-1
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)