Skip to content

Commit

Permalink
test: import icon as svg
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienwnklr committed Jan 19, 2024
1 parent 1e49410 commit 279f04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.test.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 279f04d

Please sign in to comment.