import { expect, it } from 'vitest' it('should success', async () => { expect(1 + 1).toBe(2) })