diff --git a/tests/helper/util.js b/tests/helper/util.js index c5efc8ebcf..29208db40d 100644 --- a/tests/helper/util.js +++ b/tests/helper/util.js @@ -9,7 +9,7 @@ const { RegExpParser } = require('regexpp'); */ -const parser = new RegExpParser({ strict: false, ecmaVersion: 5 }); +const parser = new RegExpParser(); /** @type {Map} */ const astCache = new Map();