Skip to content

WCT: "TypeError: Cannot read property 'match' of undefined" #3645

@super-kamil

Description

@super-kamil

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions