Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40b69c5

Browse filesBrowse files
committed
fix test
1 parent 611b71e commit 40b69c5
Copy full SHA for 40b69c5

1 file changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎test/parallel/test-inspector-dom-storage.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-inspector-dom-storage.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --experimental-inspector-storage-key=node-inspector://default-dom-storage
1+
// Flags: --inspect=0 --experimental-inspector-storage-key=node-inspector://default-dom-storage
22
'use strict';
33

44
const common = require('../common');
@@ -20,9 +20,9 @@ async function test() {
2020
},
2121
})
2222
.catch(
23-
common.mustCall((err) => {
23+
(err) => {
2424
assert.ok(err.message.includes('DOMStorage domain is not enabled'));
25-
})
25+
}
2626
);
2727

2828
await session.post('DOMStorage.enable');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.