jest: no need to clear mock for integration tests

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-06-17 22:04:28 +02:00
parent 7b876a9e95
commit 5c3fc146af
4 changed files with 3 additions and 16 deletions

View File

@@ -33,7 +33,6 @@ process.env = Object.assign({}, process.env, {
};
module.exports = {
clearMocks: true,
testEnvironment: 'node',
moduleFileExtensions: ['js', 'ts'],
setupFiles: ['dotenv/config'],