import { expect, it } from 'vitest'; it('works correctly', () => { console.log('log basic') expect(1).toBe(1) })