Files
2026-03-26 21:13:04 +01:00

7 lines
139 B
TypeScript

import { it, expect, describe } from 'vitest'
describe('group', () => {
it('should', () => {
expect(1).toBeTruthy();
})
})