chore: migrate api-image-view-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 22:58:14 -07:00
parent c28e50d10f
commit c9625bea13

View File

@@ -2,6 +2,7 @@ import { nativeImage } from 'electron/common';
import { BaseWindow, BrowserWindow, ImageView } from 'electron/main';
import { expect } from 'chai';
import { afterEach, describe, it } from 'vitest';
import * as path from 'node:path';