Skip to content

Commit a413a3f

Browse files
committed
feat: upgrade commitlint dependencies to v9
BREAKING CHANGE: this includes breaking changes from commitlint v9, like the fact that `improvement` type is now rejected in `@commitlint/config-conventional`.
1 parent a85daed commit a413a3f

4 files changed

Lines changed: 637 additions & 257 deletions

File tree

jest.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// For a detailed explanation regarding each configuration property, visit:
2-
// https://jestjs.io/docs/en/configuration.html
3-
41
module.exports = {
52
// Automatically clear mock calls and instances between every test
63
clearMocks: true,
7-
// The test environment that will be used for testing
8-
testEnvironment: 'node',
4+
testEnvironment: '@commitlint/test-environment',
95
}

0 commit comments

Comments
 (0)