mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05: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.