chore: migrate api-service-worker-main-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 22:59:35 -07:00
parent 562330457e
commit 7e9d88bd74

View File

@@ -1,6 +1,7 @@
import { ipcMain, session, webContents as webContentsModule, WebContents } from 'electron/main';
import { expect } from 'chai';
import { afterEach, beforeEach, describe, it } from 'vitest';
import { once, on } from 'node:events';
import * as fs from 'node:fs';