Files

9 lines
161 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
const { test } = require('node:test');
const common = require('./common');
test('second 1', () => {
common.fnB([1, 2, 3]);
common.fnD(3);
});