Skip to content

Commit c27f297

Browse files
committed
test: add conventional-changelog-techor package version 2.5.24
1 parent 7e70311 commit c27f297

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

package-lock.json

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"conventional-changelog-eslint": "5.0.0",
3535
"conventional-changelog-express": "4.0.0",
3636
"conventional-changelog-jshint": "4.0.0",
37+
"conventional-changelog-techor": "2.5.24",
3738
"prettier": "3.2.4",
3839
"semantic-release": "23.0.0",
3940
"sinon": "17.0.1"

test/load-parser-config.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ test(loadPreset, "express");
9292
test(loadConfig, "express");
9393
test(loadPreset, "jshint");
9494
test(loadConfig, "jshint");
95+
test(loadConfig, "techor");
9596
test(loadPreset, "conventionalcommits", { presetConfig: {} });
9697
test(loadConfig, "conventionalcommits", { presetConfig: {} });
9798

0 commit comments

Comments
 (0)