syrjs / core

Light Dynamic UI Engine for Native and Web with a React Like API
http://syr.js.org
MIT License
56 stars 24 forks source link

npm test failures #266

Closed brodycj closed 6 years ago

brodycj commented 6 years ago

npm test only passes for JSX and NoDOM.

I suspect it should be possible to fix some if not all of the other tests to use jsdom or some other headless DOM engine to pass on Node.js. This should allow us to enable some more of the JS tests on Travis CI again.

I would definitely not favor removing tests just because they fail, unless there is a really good reason.