diff options
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js index b541da5..41f1c01 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', - globalSetup: "./test/setup.ts" + globalSetup: "./test/setup.ts", + globalTeardown: "./test/teardown.ts" };
\ No newline at end of file |