mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
|
module.exports = {
|
||
|
clearMocks: true,
|
||
|
coverageDirectory: "coverage",
|
||
|
testEnvironment: "node",
|
||
|
};
|