Files
2026-05-26 23:36:42 -07:00

9 lines
161 B
JavaScript

'use strict';
const { test } = require('node:test');
const common = require('./common');
test('second 1', () => {
common.fnB([1, 2, 3]);
common.fnD(3);
});