canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Switch to QUnit.async syntax to harden test in IE #268

Closed marshallswain closed 7 years ago

justinbmeyer commented 7 years ago

Why would this "harden" IE?

marshallswain commented 7 years ago

Dunno. Before it failed 3/5 times. After it passed 10/10.

justinbmeyer commented 7 years ago

probably b/c of the longer timeout?

marshallswain commented 7 years ago

Probably. There's something else weird, though. With the rest of this change, sometimes 7 assertions run and other times 8 assertions run, but they all pass.