chore: migrate api-tray-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 23:00:05 -07:00
parent 6fb8c72b96
commit 040fa8cb6a

View File

@@ -2,6 +2,7 @@ import { nativeImage } from 'electron/common';
import { Menu, Tray } from 'electron/main';
import { expect } from 'chai';
import { afterEach, beforeEach, describe, it } from 'vitest';
import * as path from 'node:path';
import { setTimeout } from 'node:timers/promises';