浏览代码

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
+}

正在加载...
取消
保存