1'use strict';
2const test = require('node:test');
3
4test('this should pass');
5