chore: migrate api-native-theme-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 22:58:49 -07:00
parent 29ffaae7a1
commit 8799634083

View File

@@ -1,6 +1,7 @@
import { nativeTheme, BrowserWindow, ipcMain } from 'electron/main';
import { expect } from 'chai';
import { afterEach, describe, it } from 'vitest';
import { once } from 'node:events';
import * as path from 'node:path';