mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Maybe handle null results better?
This commit is contained in:
@@ -40,11 +40,13 @@ Meteor._runTestsEverywhere(
|
||||
console.log(name, ":", "EXPECTED FAILURE");
|
||||
expected++;
|
||||
break;
|
||||
default:
|
||||
case "FAIL":
|
||||
failed++;
|
||||
console.log(name, ":", "!!!!!!!!! FAIL !!!!!!!!!!!");
|
||||
console.log(JSON.stringify(resultSet[name].info));
|
||||
break;
|
||||
default:
|
||||
console.log(name, ": unknown state for the test to be in");
|
||||
}
|
||||
finished++;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user