Don't throw test driver error here

This commit is contained in:
Eric Dobbertin
2016-03-14 17:09:20 -05:00
parent 2a4700dd02
commit ff1c75bacf

View File

@@ -34,6 +34,4 @@ if (typeof testDriverPackageName === "string") {
}
}
});
} else {
throw new Error("No --driver-package specified for `meteor test`");
}