зеркало из https://github.com/microsoft/satcheljs.git
enable running all the tests we have (#70)
* fix module cycle * revert381fd12
, which shouldn't be in master This reverts commit381fd128d3
. * a couple changes to make all tests run
This commit is contained in:
Родитель
b0dfbd90fa
Коммит
73c1a7325f
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
'.(ts|tsx)': '<rootDir>/jest.preprocessor.js'
|
||||
},
|
||||
transformIgnorePatterns: ['node_modules', 'build'],
|
||||
testMatch: ['**/*Tests.ts'],
|
||||
testMatch: ['**/*Tests.ts', '**/*Tests.tsx'],
|
||||
coverageDirectory: 'build/coverage',
|
||||
collectCoverageFrom: [
|
||||
'src/**/*.{ts,tsx,js,jsx}',
|
||||
|
|
Загрузка…
Ссылка в новой задаче