5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
|
|
||
|
module.exports = {
|
||
|
testEnvironment: "node",
|
||
|
coveragePathIgnorePatterns: ["/node_modules/", "/tests/"],
|
||
|
}
|