mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 20:37:41 +01:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
|
|
import { expect } from 'vitest';
|
||
|
|
import '@testing-library/jest-dom/vitest';
|
||
|
|
import htmlSerializer from 'jest-serializer-html';
|
||
|
|
|
||
|
|
expect.addSnapshotSerializer(htmlSerializer);
|