Files
Kmake/test/fixtures/test-runner/matching-patterns/index-test.mjs

5 lines
71 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
import test from 'node:test';
test('this should pass');