xref: /third_party/node/test/fixtures/test-runner/output/junit_reporter.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/test-runner/output/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_cirequire('../../../common');
31cb0ef41Sopenharmony_ciconst fixtures = require('../../../common/fixtures');
41cb0ef41Sopenharmony_ciconst spawn = require('node:child_process').spawn;
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_cispawn(process.execPath,
71cb0ef41Sopenharmony_ci      ['--no-warnings', '--test-reporter', 'junit', fixtures.path('test-runner/output/output.js')], { stdio: 'inherit' });
8

Indexes created Thu Nov 07 10:32:03 CST 2024