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

This commit is contained in:
Samuel Attard
2026-04-11 22:57:41 -07:00
parent 93d9fe675d
commit 8d7d778ab7

View File

@@ -1,6 +1,7 @@
import { clipboard, nativeImage } from 'electron/common';
import { expect } from 'chai';
import { describe, it } from 'vitest';
import { Buffer } from 'node:buffer';
import * as path from 'node:path';