소스 검색

modify test description

KEJINLIANG093 5 년 전
부모
커밋
506cea2aa6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/unit/util.spec.js

+ 1 - 1
test/unit/util.spec.js

@@ -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',