module.exports = { transform: { "^.+\\.(t|j)sx?$": "@swc/jest", }, testEnvironment: "jsdom", setupFiles: ["./setupJest.js"], };