Skip to content

Commit

Permalink
fixup! skip tests that are hopeless
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 18, 2024
1 parent bbb3e50 commit 28f4e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-startup-empty-regexp-statics.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// We must load the CJS version here because the ESM wrapper call `hasIPv6`
// which compiles a RegEx.
// eslint-disable-next-line node-core/require-common-first
import '../common/index.js';
import common from '../common/index.js';
import assert from 'node:assert';

if (!common.isInsideDirWithUnusualChars) {
Expand Down

0 comments on commit 28f4e8f

Please sign in to comment.