module.exports = { testEnvironment: "node", roots: ["/tests/"], collectCoverage: true, coverageDirectory: "./tests/coverage" };