chore: migrate esm-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 23:01:03 -07:00
parent 0a1e6119a6
commit 0608bc93a0

View File

@@ -1,6 +1,7 @@
import { BrowserWindow } from 'electron';
import { expect } from 'chai';
import { afterEach, beforeEach, describe, it } from 'vitest';
import * as cp from 'node:child_process';
import * as fs from 'node:fs';