diff --git a/test/sequential/test-debugger-auto-resume.mjs b/test/sequential/test-debugger-auto-resume.mjs index 333b89b6dc58ce..abe7363de26b53 100644 --- a/test/sequential/test-debugger-auto-resume.mjs +++ b/test/sequential/test-debugger-auto-resume.mjs @@ -4,7 +4,7 @@ skipIfInspectorDisabled(); import { path as _path } from '../common/fixtures.js'; import startCLI from '../common/debugger.js'; -import { addLibraryPath } from '../common/shared-lib-util.mjs'; +import { addLibraryPath } from '../common/shared-lib-util.js'; import { deepStrictEqual, strictEqual } from 'assert'; import { relative } from 'path';