Skip to content

Commit f594d73

Browse files
committed
fixup! skip tests that are hopeless
1 parent 6d1d2c6 commit f594d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-startup-empty-regexp-statics.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// We must load the CJS version here because the ESM wrapper call `hasIPv6`
22
// which compiles a RegEx.
33
// eslint-disable-next-line node-core/require-common-first
4-
import '../common/index.js';
4+
import common from '../common/index.js';
55
import assert from 'node:assert';
66

77
if (!common.isInsideDirWithUnusualChars) {

0 commit comments

Comments
 (0)