If no error message is given, show the filename and line number when a
test fails due to a timeout using waitsFor.
Co-authored-by: Max Brunsfeld <maxbrunsfeld@github.com>
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.