mirror of
https://github.com/layer-systems/website.git
synced 2026-09-12 21:53:40 +02:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import { render } from '@testing-library/react';
|
|
import { test } from 'vitest';
|
|
|
|
import App from './App';
|
|
|
|
test('App', () => {
|
|
render(<App />);
|
|
}) |