forked from LeenkxTeam/Kmake
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
import test from 'node:test';
|
|
|
|
test('this should fail', () => {
|
|
throw new Error('this is a failing test');
|
|
});
|