Skip to content

Commit 59523f8

Browse files
committed
chore: run knip --fix, prettier, and adjust
1 parent 3c4ea84 commit 59523f8

File tree

29 files changed

+62
-592
lines changed

29 files changed

+62
-592
lines changed

.knipignore

Lines changed: 0 additions & 43 deletions
This file was deleted.

knip.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const config: KnipConfig = {
1212
// Generated files
1313
"**/tmp/**",
1414
"**/.sbom/**",
15-
// Test fixtures and data
16-
"**/test/fixtures/**",
1715
"**/test/data/**",
1816
// Docker and scripts that are executed directly
1917
"scripts/docker/**",
@@ -79,8 +77,7 @@ const config: KnipConfig = {
7977
},
8078

8179
"packages/e2e-tests": {
82-
entry: ["test/**/*.ts"],
83-
project: ["test/**/*.ts"],
80+
entry: ["test/**/*.ts", "test/fixtures/**/*"],
8481
},
8582

8683
"packages/service-provider-node-driver": {
@@ -143,12 +140,17 @@ const config: KnipConfig = {
143140
},
144141

145142
"packages/async-rewriter2": {
143+
entry: ["test/fixtures/**/*"],
146144
ignoreFiles: [
147145
// Used by make-runtime-support.js
148146
"src/runtime-support.nocov.js",
149147
],
150148
},
151149

150+
"packages/snippet-manager": {
151+
entry: ["test/fixtures/**/*"],
152+
},
153+
152154
testing: {
153155
entry: [
154156
"eventually.ts",

0 commit comments

Comments
 (0)