Duplicated from flatcherlee/ioatol1
ac6acf2
1
2
3
4
5
6
7
8
9
10
11
12
/** @type {import('jest').Config} */ const config = { testEnvironment: "jsdom", setupFiles: ["./globalSetup.js"], setupFilesAfterEnv: ["./afterSetup.js"], clearMocks: true, resetModules: true, testTimeout: 10000 }; module.exports = config;