Skip to content

Commit 9becc22

Browse files
refactor: delete gemini.test.ts, move signal/TTY tests to cleanup.test.ts
Addresses review feedback: removed the new gemini.test.ts file and moved signal handler and TTY check tests into cleanup.test.ts where they belong. Reverted the eslint allowDefaultProject workaround since deleting the .ts file eliminates the stem conflict.
1 parent 71852c1 commit 9becc22

3 files changed

Lines changed: 162 additions & 267 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,7 @@ export default tseslint.config(
8686
languageOptions: {
8787
parser: tseslint.parser,
8888
parserOptions: {
89-
projectService: {
90-
allowDefaultProject: [
91-
// gemini.test.tsx shares its stem with gemini.test.ts, so TS
92-
// project service resolves the .ts and skips the .tsx variant.
93-
'packages/cli/src/gemini.test.tsx',
94-
],
95-
},
89+
projectService: true,
9690
tsconfigRootDir: projectRoot,
9791
},
9892
globals: {

packages/cli/src/gemini.test.ts

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

0 commit comments

Comments
 (0)