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

3 lines
109 B
Plaintext

import { test, expect } from 'bun:test';
test('this failure must be visible', () => { expect(1).toBe(2); });