chore: init new integration tests

This commit is contained in:
Eduard Bardají Puig
2022-11-20 21:36:50 +00:00
committed by edu-stx
parent 0d193aff8d
commit 5de2613315
52 changed files with 311 additions and 53 deletions

View File

@@ -7,6 +7,6 @@ module.exports = {
'^.+\\.tsx?$': '@swc-node/jest',
},
testTimeout: 60000,
globalSetup: '<rootDir>/tests/global-setup.ts',
globalTeardown: '<rootDir>/tests/global-teardown.ts',
globalSetup: '<rootDir>/tests-legacy/global-setup.ts',
globalTeardown: '<rootDir>/tests-legacy/global-teardown.ts',
};