blob: a87a671d006ab6cd353802858edb92f2b1a5dcc0 [file] [edit]
import test from 'node:test';
test('this should fail', () => {
throw new Error('this is a failing test');
});