mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 16:17:42 +01:00
* Ignore linting for examples in docs * Formatting JSX single attribute per line * Separte `format` and `lint:format` in package.json * Bump prettier version * Run format
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);
|