rtfeldman/seamless-immutable

Why are IE tests failing?

ryansukale opened this issue · 3 comments

I see the semaphore UI but for some reason it does not show the logs.

We want to use this library, but we need to know whats failing before we can make this decision.

crudh commented

The tests for IE might be failing since the tests uses Promise which isn't available in IE. But the actual runtime code has no dependencies on Promise, so it should work in IE.

crudh commented

The tests have been fixed but we had to drop the browser tests because of changes at saucelabs. I hope they (or similar) can be brought back soon. But as far as I know the latest ones did show that everything was working in IE9+ as the README states.

Thanks for the update!