chore: move jest file

pull/357/head
Webber 2022-03-27 22:58:48 +02:00
parent ad167ce06f
commit cb3ba56583
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ module.exports = {
modulePathIgnorePatterns: ['<rootDir>/lib/', '<rootDir>/dist/'],
// A list of paths to modules that run some code to configure or set up the testing framework before each test
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
setupFilesAfterEnv: ['<rootDir>/src/jest.setup.ts'],
};