mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
In Jasmine, you can now declare formal parameters in the function you pass to waitsFor. It will automatically pass function args for those params. The spec only advances when you call *all* the given functions.