瀏覽代碼

Merge branch 'dev' into 4.0

* dev:
  modify test description
Kia Ishii 5 年之前
父節點
當前提交
acd4ee7a12
共有 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)
     expect(find(list, function (a) { return a % 2 === 0 })).toEqual(22)
   })
   })
 
 
-  it('deepCopy: nornal structure', () => {
+  it('deepCopy: normal structure', () => {
     const original = {
     const original = {
       a: 1,
       a: 1,
       b: 'string',
       b: 'string',