Hi, suddenly the tests stopped working.
TypeError: Cannot read property 'match' of undefined
Tried different node versions. Same error. Any idea how to debug this to get additional information?
Windows 11
command: wct --npm
wct.conf.json But the error is alway the same. No matter which config.
{
"plugins": {
"local": {
"browsers": [
"chrome"
],
"browserOptions": {
"chrome": [
"headless",
"disable-gpu"
]
}
},
"istanbul": {
"dir": "./coverage",
"reporters": ["text-summary", "lcov"],
"include": [
"**/*.js"
],
"exclude": [
"/polymer/polymer.js",
"/platform/platform.js"
]
}
}
}
Hi, suddenly the tests stopped working.
TypeError: Cannot read property 'match' of undefinedTried different node versions. Same error. Any idea how to debug this to get additional information?
Windows 11
command:
wct --npmwct.conf.json But the error is alway the same. No matter which config.
{ "plugins": { "local": { "browsers": [ "chrome" ], "browserOptions": { "chrome": [ "headless", "disable-gpu" ] } }, "istanbul": { "dir": "./coverage", "reporters": ["text-summary", "lcov"], "include": [ "**/*.js" ], "exclude": [ "/polymer/polymer.js", "/platform/platform.js" ] } } }