Skip to content

Commit c65f669

Browse files
committed
🧪 test: remove .only on test
1 parent f2ec8ae commit c65f669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test(`Should give an error for ${eRules.IMPERATIVE_RULE_PT_BR} when using past t
4646
executionContext.is(report.errors[0].name, eRules.IMPERATIVE_RULE_PT_BR);
4747
});
4848

49-
test.only(`Should give an error for ${eRules.IMPERATIVE_RULE_EN} when using gerund in commit header`, async (executionContext) => {
49+
test(`Should give an error for ${eRules.IMPERATIVE_RULE_EN} when using gerund in commit header`, async (executionContext) => {
5050
const lint = await importLintPackage();
5151
executionContext.truthy(lint);
5252

0 commit comments

Comments
 (0)