messenger/codebase/web/vitest.setup.ts
2026-03-06 00:38:32 -08:00

6 lines
176 B
TypeScript

/// <reference types="@testing-library/jest-dom" />
import { expect } from 'vitest';
import * as matchers from '@testing-library/jest-dom/matchers';
expect.extend(matchers);