Introduce isomorphic testing #197
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
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.
The text was updated successfully, but these errors were encountered: