Skip to content

Commit 16fbb36

Browse files
authored
Merge pull request #1702 from sunnyke/dev
modify test description
2 parents 4d7f390 + 506cea2 commit 16fbb36

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)