scala-js/scala-js-dom

Add tests for various environments

Closed this issue · 1 comments

Why?

There are some things that are not immediately obvious to me that they'll work as I'm expected in various environments. I want automated tests for something, and I also want to ability to request new tests from contributors.

Envs:

  • browsers
  • web workers
  • node + jsdom
  • node (without jsdom)

Note: I'm gonna wait until all PRs are merged and #527 is complete.