UNPKG

167 BJavaScriptView Raw
1module.exports = {
2 displayName: "integration",
3 testMatch: ["<rootDir>/**/*.test.js"],
4 globalSetup: "./jest.setup.js",
5 globalTeardown: "./jest.teardown.js",
6};