mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 05:04:26 +00:00
* According to the documentation, execute arguments are optional. See https://jasmine.github.io/2.3/node.html for more information. * Added name to package header. * The onComplete callback comes with a boolean indicating if the tests pased. Specify a custom onComplete callback. The callback is given a boolean of whether all of the specs passed or not. This is often used to message a status to task runners like grunt. See also https://jasmine.github.io/2.3/node.html.