fholm / IronJS

IronJS - A JavaScript implementation for .NET
http://ironjs.wordpress.com
Apache License 2.0
680 stars 79 forks source link

QUnit.js on IronJS #89

Closed rodrigovidal closed 7 years ago

rodrigovidal commented 12 years ago

I tried using the IronJS to run qunit tests. But there is a problem with the function equals when it fails. When the test pass there is no problem. This is my try: https://github.com/rodrigovidal/QUnit-On-IronJS. To reproduce the problem do the equals test fail.

Thank you!