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