We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ec8ae commit c65f669Copy full SHA for c65f669
src/index.test.ts
@@ -46,7 +46,7 @@ test(`Should give an error for ${eRules.IMPERATIVE_RULE_PT_BR} when using past t
46
executionContext.is(report.errors[0].name, eRules.IMPERATIVE_RULE_PT_BR);
47
});
48
49
-test.only(`Should give an error for ${eRules.IMPERATIVE_RULE_EN} when using gerund in commit header`, async (executionContext) => {
+test(`Should give an error for ${eRules.IMPERATIVE_RULE_EN} when using gerund in commit header`, async (executionContext) => {
50
const lint = await importLintPackage();
51
executionContext.truthy(lint);
52
0 commit comments