Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: run tests in browser #2317

Open
IvanGoncharov opened this issue Dec 30, 2019 · 0 comments
Open

CI: run tests in browser #2317

IvanGoncharov opened this issue Dec 30, 2019 · 0 comments

Comments

@IvanGoncharov
Copy link
Member

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,
});
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant