Files
Kmake/test/fixtures/test-runner/matching-patterns/index-test.mjs
2026-05-26 23:36:42 -07:00

5 lines
71 B
JavaScript

'use strict';
import test from 'node:test';
test('this should pass');