chore: migrate logging-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 23:01:17 -07:00
parent b93c6dd11a
commit 4304cd88b6

View File

@@ -2,6 +2,7 @@ import { app } from 'electron';
import { expect } from 'chai';
import * as uuid from 'uuid';
import { it } from 'vitest';
import { once } from 'node:events';
import * as fs from 'node:fs/promises';