Skip to content

Commit 7e5436e

Browse files
committed
feat(cucumber): applied the test rules to cucumber tests
1 parent 71a236e commit 7e5436e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ module.exports = {
2424
files: [
2525
'.storybook/**/*.js',
2626
'src/**/stories.js',
27-
'**/*-test.js'
27+
'**/*-test.js',
28+
'test/integration/features/step_definitions/**/*-steps.js'
2829
],
2930
globals: {
3031
window: 'readonly',

0 commit comments

Comments
 (0)