Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6665f0e

Browse files
committed
fix: add cypress support folder to eslint overrides
Fixes#195
1 parentd3c1cc8 commit6665f0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎utils/renderEslint.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ export default function renderEslint(
2424
files:needsCypressCT
2525
?[
2626
'**/__tests__/*.{cy,spec}.{js,ts,jsx,tsx}',
27-
'cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}'
27+
'cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}',
28+
'cypress/support/**/*.{js,ts,jsx,tsx}'
2829
]
29-
:['cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}'],
30+
:['cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}','cypress/support/**/*.{js,ts,jsx,tsx}'],
3031
extends:['plugin:cypress/recommended']
3132
}
3233
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp