%PDF- %PDF-
| Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/test-runner/ |
| Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/test-runner/reporters.js |
'use strict';
const test = require('node:test');
test('nested', { concurrency: 4 }, async (t) => {
t.test('ok', () => {});
t.test('failing', () => {
throw new Error('error');
});
});
test('top level', () => {});