glimmer-vm icon indicating copy to clipboard operation
glimmer-vm copied to clipboard

Increase SSR test coverage

Open chancancode opened this issue 5 years ago • 0 comments

This is a replacement for #492.

A lot of the tests currently requires a "real" DOM implementation (i.e. the browser), as opposed to Simple.DOM which can be run in node. Some of these are just due to implementation details of the test harness, not because the functionality being tested requires the real DOM (which should be rare). In general, we should try to find these cases and refactor the test harness implementation so that we can run more of the tests in node in addition to running them in the browser, thus increasing the SSR test coverage.

chancancode avatar Apr 20 '20 22:04 chancancode