chore: working pattern for debugging e2e and int

This commit is contained in:
James
2024-04-02 10:01:47 -04:00
parent 73a555788d
commit d387f9f1fa
4 changed files with 4 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ const customJestConfig = {
},
reporters: ['default', ['github-actions', { silent: false }], 'summary'],
testEnvironment: 'node',
globalSetup: path.resolve(dirname, 'setup.ts'),
globalSetup: path.resolve(dirname, './helpers/startMemoryDB.ts'),
testMatch: ['<rootDir>/**/*int.spec.ts'],
testTimeout: 90000,
transform: {