import { describe, expect, it } from 'vitest' describe('TODO', () => { it('should write a test', () => { expect(parseInt('420wtf how is this parsing')).toBe(420) }) })