added frontend test environment

This commit is contained in:
2026-03-26 21:13:04 +01:00
parent 9228e335e4
commit f7cf4360c0
5 changed files with 1295 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
import { it, expect, describe } from 'vitest'
describe('group', () => {
it('should', () => {
expect(1).toBeTruthy();
})
})