added frontend test environment
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { it, expect, describe } from 'vitest'
|
||||
|
||||
describe('group', () => {
|
||||
it('should', () => {
|
||||
expect(1).toBeTruthy();
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user