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

Introduce isomorphic testing #197

Open
AuHau opened this issue Mar 8, 2021 · 0 comments
Open

Introduce isomorphic testing #197

AuHau opened this issue Mar 8, 2021 · 0 comments
Labels
dif:hard Having worked on the specific codebase is important kind:maintenance Work required to avoid breaking changes or harm to project's status quo type:issue

Comments

@AuHau
Copy link
Contributor

AuHau commented Mar 8, 2021

Currently, tests are split into browser (*.browser.spec.ts) and node (*.spec.ts) tests. This introduces tests duplication and mainly it resolves in small coverage in browsers.

Using isomorphic testing leads to writing only one set of tests that is shared between all tested environments.

@AuHau AuHau added dif:hard Having worked on the specific codebase is important kind:maintenance Work required to avoid breaking changes or harm to project's status quo labels Mar 8, 2021
@bee-runner bee-runner bot added the type:issue label Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dif:hard Having worked on the specific codebase is important kind:maintenance Work required to avoid breaking changes or harm to project's status quo type:issue
Projects
None yet
Development

No branches or pull requests

1 participant