Skip to content

Commit

Permalink
Revert "add tests around import validation"
Browse files Browse the repository at this point in the history
This reverts commit b1f9503.
  • Loading branch information
Carl Markham committed Sep 1, 2024
1 parent b1f9503 commit 3777e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/custom-rules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Custom Rules', () => {
const result = await Runner({
config: {
directory: 'tests/acceptance/features',
customRulesDir: './custom-rules',
customRulesDir: 'tests/acceptance/custom-rules',
rules: {
'no-empty-files': Severity.error,
},
Expand Down

0 comments on commit 3777e4b

Please sign in to comment.