Files
Kmake/test/fixtures/test-runner/output/dot_reporter.js
2026-05-26 23:36:42 -07:00

8 lines
293 B
JavaScript

'use strict';
require('../../../common');
const fixtures = require('../../../common/fixtures');
const spawn = require('node:child_process').spawn;
spawn(process.execPath,
['--no-warnings', '--test-reporter', 'dot', fixtures.path('test-runner/output/output.js')], { stdio: 'inherit' });