dragonroll/backend/jest.config.js

5 lines
113 B
JavaScript
Raw Permalink Normal View History

2024-10-09 13:43:58 +00:00
module.exports = {
testEnvironment: "node",
coveragePathIgnorePatterns: ["/node_modules/", "/tests/"],
}