mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
test another message
This commit is contained in:
@@ -159,6 +159,7 @@ Tinytest.add("constraint solver - no results", function (test) {
|
||||
FAIL({ "bad-1": "1.0.0", "bad-2": "" },
|
||||
/indirect@2\.0\.0 is not satisfied by 1.0.0[^]+bad-1[^]+bad-2/);
|
||||
});
|
||||
|
||||
resolver = makeResolver([
|
||||
["foo", "1.0.0"],
|
||||
["foo", "1.1.0"],
|
||||
@@ -170,6 +171,10 @@ Tinytest.add("constraint solver - no results", function (test) {
|
||||
FAIL({foo: "2.0.0", bar: "1.0.0"},
|
||||
/constraints on foo[^]+top level[^]+bar@1.0.0/);
|
||||
});
|
||||
|
||||
testWithResolver(test, makeResolver([]), function (t, FAIL) {
|
||||
FAIL({foo: "1.0.0"}, /unknown package: foo/);
|
||||
});
|
||||
});
|
||||
|
||||
Tinytest.add("constraint solver - previousSolution", function (test) {
|
||||
|
||||
Reference in New Issue
Block a user