Skip to content

Commit

Permalink
Merge pull request #1702 from sunnyke/dev
Browse files Browse the repository at this point in the history
modify test description
  • Loading branch information
kiaking authored Mar 24, 2020
2 parents 4d7f390 + 506cea2 commit 16fbb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/util.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('util', () => {
expect(find(list, function (a) { return a % 2 === 0 })).toEqual(22)
})

it('deepCopy: nornal structure', () => {
it('deepCopy: normal structure', () => {
const original = {
a: 1,
b: 'string',
Expand Down

0 comments on commit 16fbb36

Please sign in to comment.