Commit 700bc32
committed
chore: drop stray eslint-disable/import edits in unrelated import tests
Three test files unrelated to interceptors were swept into the feature
commit by an editor autofix:
- import-gateway-targets.test.ts (resolved during rebase by taking main's
#1437 rewrite)
- import-gateway-spec.test.ts (restored: main keeps the eslint-disable
guarding the (gw as any) cast; dropping it would fail lint)
- resolve-ui-dist-dir.test.ts (restored: main keeps the split node:fs
imports)
None relate to Lambda interceptors; reverting to match origin/main.1 parent 915bcf5 commit 700bc32
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- src/cli
- commands/import/__tests__
- operations/dev/web-ui/__tests__
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments