瀏覽代碼

test cleanup

main
Steve Ruiz 4 年之前
父節點
當前提交
e265a85d7b
共有 4 個檔案被更改,包括 5536 行新增27103 行删除
  1. 2271
    11151
      __tests__/__mocks__/data.json
  2. 3263
    15950
      __tests__/__mocks__/document.json
  3. 1
    1
      jest.config.js
  4. 1
    1
      package.json

+ 2271
- 11151
__tests__/__mocks__/data.json
文件差異過大導致無法顯示
查看文件


+ 3263
- 15950
__tests__/__mocks__/document.json
文件差異過大導致無法顯示
查看文件


+ 1
- 1
jest.config.js 查看文件

@@ -8,7 +8,7 @@ module.exports = {
8 8
     '^.+\\.(ts|tsx|mjs)$': 'babel-jest',
9 9
   },
10 10
   modulePaths: ['<rootDir>', 'node_modules'],
11
-  testMatch: ["**/__tests__/**/*test.[t]s?(x)"],
11
+  testMatch: ['**/__tests__/**/*test.[t]s?(x)'],
12 12
   watchPlugins: [
13 13
     'jest-watch-typeahead/filename',
14 14
     'jest-watch-typeahead/testname',

+ 1
- 1
package.json 查看文件

@@ -89,4 +89,4 @@
89 89
     "tabWidth": 2,
90 90
     "useTabs": false
91 91
   }
92
-}
92
+}

Loading…
取消
儲存