docs(CLAUDE.md): add code style section aligned with glyphdiff conventions
This commit is contained in:
6
src/tests/setup.ts
Normal file
6
src/tests/setup.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { expect, afterEach } from 'vitest';
|
||||
import { cleanup } from '@testing-library/svelte';
|
||||
|
||||
afterEach(() => {
|
||||
cleanup();
|
||||
});
|
||||
Reference in New Issue
Block a user