1 2 3 4 5 6
module.exports = { preset: 'ts-jest', testEnvironment: 'node', globalSetup: "./test/setup.ts", globalTeardown: "./test/teardown.ts" };