Files
Kmake/test/fixtures/test-runner/output/spec_reporter_successful.js

7 lines
140 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
// Flags: --test-reporter=spec
'use strict';
require('../../../common');
const { it } = require('node:test');
it('should pass', () => {});