%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/test-runner/
Upload File :
Create Path :
Current File : //home2/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/test-runner/nested.js

'use strict';
const test = require('node:test');



test('level 0a', { concurrency: 4 }, async (t) => {
  t.test('level 1a', async (t) => {
  });

  t.test('level 1b', async (t) => {
    throw new Error('level 1b error');
  });

  t.test('level 1c', { skip: 'aaa' }, async (t) => {
  });

  t.test('level 1d', async (t) => {
    t.diagnostic('level 1d diagnostic');
  });
});

test('level 0b', async (t) => {
  throw new Error('level 0b error');
});

Zerion Mini Shell 1.0