diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-22 11:41:37 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-22 11:41:37 +0200 |
commit | 32df7b18bc5b7fd9d268fe457352b885f2f68149 (patch) | |
tree | 24243d750481cb269f6edc1a7a47f9d9a459dccc /jest.config.js | |
parent | e00a8a2356ceb6cc2698001ae838abcbdec36188 (diff) |
Data used by tests now in /tmp/nodegit_test & added test teardown script
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 |