import { test, expect } from 'bun:test'; test('passes', () => { expect(1).toBe(1); });