Skip to content

Commit b907dfd

Browse files
committed
chore: more moving tests
1 parent ae59f13 commit b907dfd

6 files changed

Lines changed: 48 additions & 263 deletions

File tree

eslint.config.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ export default [
3737
'node_modules/**',
3838
'coverage/**',
3939

40-
'test-project/dist/**',
41-
'test-project/loader/**',
42-
'test-project/.stencil/**',
43-
'test-project/www/**',
44-
'test-project/hydrate/**',
45-
'test-project/src/components.d.ts',
40+
'test/project/dist/**',
41+
'test/project/loader/**',
42+
'test/project/.stencil/**',
43+
'test/project/www/**',
44+
'test/project/hydrate/**',
45+
'test/project/src/components.d.ts',
4646

47-
'test-project-env-comments/dist/**',
48-
'test-project-env-comments/loader/**',
49-
'test-project-env-comments/.stencil/**',
50-
'test-project-env-comments/www/**',
51-
'test-project-env-comments/hydrate/**',
52-
'test-project-env-comments/src/components.d.ts',
47+
'test/env-comments/dist/**',
48+
'test/env-comments/loader/**',
49+
'test/env-comments/.stencil/**',
50+
'test/env-comments/www/**',
51+
'test/env-comments/hydrate/**',
52+
'test/env-comments/src/components.d.ts',
5353

5454
'packages/*/dist/**',
5555
'vitest-environment-stencil/**',

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"workspaces": {
44
".": {
55
"entry": ["src/environments/**/*.ts", "bin/stencil-test.ts"],
6-
"ignore": ["test-project/**", "dist/**", "test-project-env-comments/**"],
6+
"ignore": ["test/project/**", "dist/**", "test/env-comments/**"],
77
"ignoreDependencies": ["vitest-environment-stencil"]
88
}
99
}

0 commit comments

Comments
 (0)