Skip to content

CI: run tests in browser #2317

Open
Open
@IvanGoncharov

Description

@IvanGoncharov

We have some Node specific code in our codebase and it works fine but we can't fallback mechanism.
For example, we use Error.captureStackTrace if available but it's always available in Node so we never tested this code:

} else {
Object.defineProperty(this, 'stack', {
value: Error().stack,
writable: true,
configurable: true,
});
}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions