move testenv to correct location
All checks were successful
Run unit tests / test (pull_request) Successful in 1m0s
Compile the repository / compile (pull_request) Successful in 20s

This commit is contained in:
kenobi 2023-10-24 22:42:03 +02:00
parent 9cdc6e1934
commit f705b97804
2 changed files with 1 additions and 1 deletions

View File

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