diff --git a/tests/api.test.ts b/tests/api.test.ts index f32a95e..1c505f3 100644 --- a/tests/api.test.ts +++ b/tests/api.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it, beforeAll } from 'vitest'; import { Drawer } from '../src/Drawer'; import { Blob } from 'node:buffer'; -import { CircleIcon } from '../src/icons/circle'; +import CircleIcon from '../src/icons/circle.svg?raw'; declare global { interface Window {