Skip to content

Commit

Permalink
test: add ignore for regex space rule
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleadams committed Feb 1, 2022
1 parent 9767fc9 commit 58f1200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-v8-untrusted-code-mitigations.js
Expand Up @@ -15,4 +15,5 @@ assert.notStrictEqual(untrustedFlag, -1);
const nextFlag = v8Options.indexOf('--', untrustedFlag + 2);
const slice = v8Options.substring(untrustedFlag, nextFlag);

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

0 comments on commit 58f1200

Please sign in to comment.