ben-page / node-test

A simple, asynchronous test runner for Node.js.
https://www.npmjs.com/package/node-test
MIT License
4 stars 1 forks source link

Not IE and Safari compatible #9

Open ghost opened 8 years ago

ghost commented 8 years ago

Use of Symbol.iterator isn't supported by IE.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/iterator

ghost commented 8 years ago

This issue is only affected by older IE versions, and only basic support in Safari and Chrome. Probably will work just fine with this versions.