UNPKG

@carbonhost/typescript

Version:
7 lines (6 loc) 135 B
import { describe, it, expect } from 'bun:test' describe('should', () => { it('be true', () => { expect(true).toBeTrue() }) })