CI: run tests in browser
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 20.3k
- Forks
- 2.1k
- Avg merge
- 44m
- Merged PRs (30d)
- 6
Description
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:
https://github.com/graphql/graphql-js/blob/576682fe691deaab79970ef103f3013508a4c587/src/error/GraphQLError.js#L203-L210
Contributor guide
Assessment
This issue has not been assessed yet.