jest.config.js 106 B

1234
  1. module.exports = {
  2. globalSetup: "./src/tests/setup.js",
  3. globalTeardown: "./src/tests/teardown.js",
  4. };