patrickulrich.com/src/App.test.tsx

8 lines
148 B
TypeScript
Raw Normal View History

2025-05-27 23:10:17 +02:00
import { render } from '@testing-library/react';
import { test } from 'vitest';
import App from './App';
test('App', () => {
render(<App />);
})