mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-14 23:22:54 +00:00
chore(tests): remove unused 'vi' import from worker pool and grpc extractor tests
This commit is contained in:
parent
d18df1a45a
commit
4379c1e48a
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* This is critical for cross-platform CI where vitest runs from src/
|
||||
* but workers need compiled .js files.
|
||||
*/
|
||||
import { describe, it, expect, afterEach, vi } from 'vitest';
|
||||
import { describe, it, expect, afterEach } from 'vitest';
|
||||
import { createWorkerPool, WorkerPool } from '../../src/core/ingestion/workers/worker-pool.js';
|
||||
import { pathToFileURL } from 'node:url';
|
||||
import path from 'node:path';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
|
||||
import { describe, it, expect, beforeEach, afterEach } from 'vitest';
|
||||
import * as fs from 'node:fs';
|
||||
import fsp from 'node:fs/promises';
|
||||
import * as path from 'node:path';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue