Skip to content

Commit 7774c29

Browse files
authored
Refactor test.rerun.spec.ts imports
Removed InterruptError and ShutdownController imports.
1 parent 44501e0 commit 7774c29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/test.rerun.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { mkdirSync, mkdtempSync, writeFileSync } from 'node:fs';
99
import { tmpdir } from 'node:os';
1010
import { join } from 'node:path';
1111
import { describe, expect, it } from 'vitest';
12-
import { ApiError, InterruptError, RequestTimeoutError } from '../lib/errors.js';
13-
import { ShutdownController } from '../lib/interrupt.js';
12+
import { ApiError, RequestTimeoutError } from '../lib/errors.js';
13+
1414
import type { RunResponse, RerunResponse, BatchRerunResponse } from '../lib/runs.types.js';
1515
import type { FetchImpl } from '../lib/http.js';
1616
import { runTestRerun, resolveWaitRequestTimeoutMs } from './test.js';

0 commit comments

Comments
 (0)