setup fixed more

This commit is contained in:
Aster Fialla
2026-02-17 20:52:22 -05:00
parent 01e620a935
commit bfc633a755
2 changed files with 5 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ module.exports = {
clearMocks: true,
collectCoverage: true,
coverageDirectory: "coverage",
setupFiles: ["<rootDir>/jest.setup.js"], // path to a setup module to configure the testing environment before each test
verbose: true,
transform: {
"^.+\\.[t|j]sx?$": require.resolve('babel-jest')