-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
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"
]
}
}
}
Metadata
Metadata
Assignees
Labels
No labels