import { expect, test } from 'vitest'; test('fail', () => { expect(1).toEqual(2); })