1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-24 04:26:19 +02:00
parent c01fa3bb74
commit 2ccf477c6c
49 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,7 @@
import { describe, expect, test } from 'vitest';
describe('function()', async () => {
test('behavior', () => {
expect(1).toBe(1);
});
});