mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add a hook on unit test completion
This commit is contained in:
@@ -3,6 +3,7 @@ var running = true;
|
||||
Meteor.startup(function () {
|
||||
Meteor._runTestsEverywhere(reportResults, function () {
|
||||
running = false;
|
||||
Meteor.onTestsComplete && Meteor.onTestsComplete();
|
||||
_resultsChanged();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user