mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -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.