import { describe, it, expect } from 'vitest' describe('Hi', () => { it('should works', () => { expect(1 + 1).toEqual(2) }) })