You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Invalid regular expression: /^(([^/]*)|reporter-html$/: Unterminated group
at new RegExp (<anonymous>)
at add (/qunit/node_modules/globrex/index.js:42:40)
at globrex (/qunit/node_modules/globrex/index.js:62:13)
at module.exports (/qunit/node_modules/tiny-glob/sync.js:75:20)
at Object.QUnit.module (/qunit/test/cli/structure.js:57:17)
at processModule (/qunit/qunit/qunit.js:1325:40)
at Object.module$1 [as module] (/qunit/qunit/qunit.js:1361:5)
at Object.QUnit.module (/qunit/test/cli/structure.js:53:8)
at processModule (/qunit/qunit/qunit.js:1325:40)
at Object.module$1 [as module] (/qunit/qunit/qunit.js:1361:5)
I tried the following (unsuccessful) workaround:
glob("{*.html,reporter-html/*.html}");// SyntaxError: Invalid regular expression: /^(([^/]*)\.html|reporter-html$/: Unterminated group
The text was updated successfully, but these errors were encountered:
With an input like:
I tried the following (unsuccessful) workaround:
The text was updated successfully, but these errors were encountered: