File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ function testLogPath(projectRoot: string): string {
4848 return resolve ( ipcDir ( ) , `ganko-${ hash } -${ LSP_VERSION } .log` ) ;
4949}
5050
51- /** Cleanup registry — all dirs/pids registered here are cleaned in afterAll/afterEach as appropriate . */
52- const globalCleanupDirs : string [ ] = [ ] ;
53- const globalCleanupPids : number [ ] = [ ] ;
51+ /** Cleanup registry — drained in afterAll at end of test suite . */
52+ const globalCleanupDirs : string [ ] = [ ] ; // eslint-disable-line solid/unbounded-collection -- test cleanup, drained in afterAll
53+ const globalCleanupPids : number [ ] = [ ] ; // eslint-disable-line solid/unbounded-collection -- test cleanup, drained in afterAll
5454
5555function createTempProject ( files : Record < string , string > ) : string {
5656 const dir = mkdtempSync ( join ( tmpdir ( ) , "ganko-daemon-test-" ) ) ;
You can’t perform that action at this time.
0 commit comments