{
    "preset": "./jest.config.base.json",
    "globalSetup": "<rootDir>/jest.integration.global-setup.ts",
    "globalTeardown": "<rootDir>/jest.integration.global-teardown.ts",
    "testMatch": [
        "<rootDir>/tests/integration/**/*.spec.ts",
        "<rootDir>/tests/integration/**/*.spec.js"
    ]
}
