Skip to content

Commit 58f1200

Browse files
committed
test: add ignore for regex space rule
1 parent 9767fc9 commit 58f1200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-v8-untrusted-code-mitigations.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ assert.notStrictEqual(untrustedFlag, -1);
1515
const nextFlag = v8Options.indexOf('--', untrustedFlag + 2);
1616
const slice = v8Options.substring(untrustedFlag, nextFlag);
1717

18+
// eslint-disable-next-line no-regex-spaces
1819
assert(slice.match(/type: bool default: false/));

0 commit comments

Comments
 (0)