enable running all the tests we have (#70)

* fix module cycle

* revert 381fd12, which shouldn't be in master

This reverts commit 381fd128d3.

* a couple changes to make all tests run
This commit is contained in:
jesomm 2017-08-09 14:28:41 -07:00 коммит произвёл Michael Loughry
Родитель b0dfbd90fa
Коммит 73c1a7325f
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл