Skip to content

Commit 05e1c47

Browse files
committed
🚚 Move fixtures to a separate __fixtures__ folder
1 parent 57eddcc commit 05e1c47

File tree

12 files changed

+11
-8
lines changed

12 files changed

+11
-8
lines changed

.eslintignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
__tests__/integrations/flat-config/
2-
__tests__/integrations/legacy-config/
1+
__fixtures__/
32
dist/

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
.eslintcache
2+
.eslintignore
23
.gitignore
34
.husky
45
.npmignore
56
.prettierignore
67
LICENSE
78
yarn.lock
89
dist
10+
__fixtures__
File renamed without changes.
File renamed without changes.

__tests__/integrations/flat-config/eslint.config.js renamed to __tests__/integrations/__fixtures__/flat-config/eslint.config.js

File renamed without changes.

__tests__/integrations/flat-config/package.json renamed to __tests__/integrations/__fixtures__/flat-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"description": "Integration test for flat config",
77
"dependencies": {
88
"eslint": "^9.0.0",
9-
"eslint-plugin-vuejs-accessibility": "file:../../.."
9+
"eslint-plugin-vuejs-accessibility": "file:../../../.."
1010
}
1111
}

__tests__/integrations/legacy-config/.eslintrc.json renamed to __tests__/integrations/__fixtures__/legacy-config/.eslintrc.json

File renamed without changes.
File renamed without changes.
File renamed without changes.

__tests__/integrations/legacy-config/package.json renamed to __tests__/integrations/__fixtures__/legacy-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"description": "Integration test for legacy config",
77
"dependencies": {
88
"eslint": "^8.57.0-0",
9-
"eslint-plugin-vuejs-accessibility": "file:../../.."
9+
"eslint-plugin-vuejs-accessibility": "file:../../../.."
1010
}
1111
}

0 commit comments

Comments
 (0)