Skip to content
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
islandryu committed Dec 22, 2025
commit 4d0900b98e3e76b541844e365e38af03e2065c81
2 changes: 1 addition & 1 deletion test/parallel/test-inspector-dom-storage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flags: --experimental-inspector-storage-key=node-inspector://default-dom-storage
// Flags: --inspect=0 --experimental-inspector-storage-key=node-inspector://default-dom-storage
'use strict';

const common = require('../common');
Expand All @@ -20,7 +20,7 @@
},
})
.catch(
common.mustCall((err) => {

Check failure on line 23 in test/parallel/test-inspector-dom-storage.js

View workflow job for this annotation

GitHub Actions / test-linux (ubuntu-24.04)

--- stderr --- Debugger listening on ws://127.0.0.1:37399/38d0eeb9-435f-47d1-8141-2ae64d212510 For help, see: https://nodejs.org/en/docs/inspector --- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:464:10) at test (/home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js:23:14) Command: out/Release/node --inspect=0 --experimental-inspector-storage-key=node-inspector://default-dom-storage /home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js
assert.ok(err.message.includes('DOMStorage domain is not enabled'));
})
);
Expand Down
Loading