module.exports = { test: { environment: "node", globals: true, include: ["__tests__/**/*.test.js"], }, };