1import '../common/index.mjs'; 2import { stat } from 'fs/promises'; 3 4// Should not reject. 5stat(new URL(import.meta.url)); 6
1import '../common/index.mjs'; 2import { stat } from 'fs/promises'; 3 4// Should not reject. 5stat(new URL(import.meta.url)); 6