We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9767fc9 commit 58f1200Copy full SHA for 58f1200
test/parallel/test-v8-untrusted-code-mitigations.js
@@ -15,4 +15,5 @@ assert.notStrictEqual(untrustedFlag, -1);
15
const nextFlag = v8Options.indexOf('--', untrustedFlag + 2);
16
const slice = v8Options.substring(untrustedFlag, nextFlag);
17
18
+// eslint-disable-next-line no-regex-spaces
19
assert(slice.match(/type: bool default: false/));
0 commit comments