node/test/fixtures/test-runner/shards/c.cjs
Raz Luvaton 99881304c4
test_runner: add shards support
PR-URL: https://github.com/nodejs/node/pull/48639
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2023-07-05 03:57:28 +00:00

4 lines
82 B
JavaScript

'use strict';
const test = require('node:test');
test('c.cjs this should pass');