mirror of
https://github.com/Xevion/linkpulse.git
synced 2026-01-31 14:24:43 -06:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { expect, test } from 'vitest';
|
|
|
|
test('App', () => {
|
|
expect(1 + 1).toBe(2);
|
|
});
|