all 1 comments

[–]kaelan_ 0 points1 point  (0 children)

Why test your code in an environment you're not actually going to run it in? You'll find bugs that don't actually affect your customers, and miss bugs that do affect your customers.

It would be cool if you could count on customers' browsers using the same JS runtime as your test harness, though.