mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
BREAKING CHANGE: this includes breaking changes from commitlint v9, like the fact that `improvement` type is now rejected in `@commitlint/config-conventional`.
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
module.exports = {
|
|
// Automatically clear mock calls and instances between every test
|
|
clearMocks: true,
|
|
testEnvironment: '@commitlint/test-environment',
|
|
}
|