Set up vitest with jsdom, fake-indexeddb, @testing-library/svelte, $app mock modules, and agent definitions for test-writer/implementer/reviewer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
73 B
TypeScript
2 lines
73 B
TypeScript
import 'fake-indexeddb/auto';
|
|
import '@testing-library/jest-dom/vitest';
|