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