1// Flags: --no-warnings --test-reporter=spec 2'use strict'; 3require('../../../common'); 4const { it } = require('node:test'); 5 6it('should pass', () => {}); 7