Skip to content

Commit 75896f7

Browse files
committed
test: ignore regex rule for no spaces
1 parent 032f1be commit 75896f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)