1import test from 'node:test';
2
3test('this should fail', () => {
4  throw new Error('this is a failing test');
5});
6