forked from Simnation/Main
fix
This commit is contained in:
parent
c01fa3bb74
commit
2ccf477c6c
49 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,7 @@
|
|||
import { describe, expect, test } from 'vitest';
|
||||
|
||||
describe('function()', async () => {
|
||||
test('behavior', () => {
|
||||
expect(1).toBe(1);
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue