docs(CLAUDE.md): add code style section aligned with glyphdiff conventions

This commit is contained in:
Ilia Mashkov
2026-03-06 23:03:45 +03:00
commit e2eba5ec55
44 changed files with 3686 additions and 0 deletions

6
src/tests/setup.ts Normal file
View File

@@ -0,0 +1,6 @@
import { expect, afterEach } from 'vitest';
import { cleanup } from '@testing-library/svelte';
afterEach(() => {
cleanup();
});