move testenv to correct location
This commit is contained in:
parent
9cdc6e1934
commit
f705b97804
@ -7,7 +7,7 @@ module.exports = {
|
|||||||
'^.+\\.tsx?$': 'ts-jest'
|
'^.+\\.tsx?$': 'ts-jest'
|
||||||
},
|
},
|
||||||
'testRegex': '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
|
'testRegex': '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
|
||||||
'setupFiles': ["<rootDir>/testenv.js"],
|
'setupFiles': ["<rootDir>/tests/testenv.js"],
|
||||||
'moduleFileExtensions': [
|
'moduleFileExtensions': [
|
||||||
'ts',
|
'ts',
|
||||||
'tsx',
|
'tsx',
|
||||||
|
Loading…
Reference in New Issue
Block a user