Skip to content

Commit db479f3

Browse files
committed
test: fix commit-lint import
1 parent 19060a8 commit db479f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const types = rules['type-enum'][2];
44

55
const commitLint = async (message) => {
66
const preset = await parserPreset();
7-
return lint.default(message, rules, { ...preset });
7+
return lint(message, rules, { ...preset });
88
};
99

1010
const messages = {

0 commit comments

Comments
 (0)