gstack/test/fixtures/exit-propagation/passing.txt

3 lines
87 B
Plaintext

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