mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix a test
This commit is contained in:
@@ -184,7 +184,7 @@ Tinytest.add("constraint solver - input - don't break root dep", function (test)
|
||||
"bar 2.0.1": []
|
||||
}
|
||||
}
|
||||
}, 'Breaking change required to top-level dependency: bar 2.0.0, was 2.0.1.\nConstraints:\n* bar@=2.0.0 <- foo 1.0.0\nTo allow breaking changes to top-level dependencies, you must pass --allow-incompatible-update to meteor [run], update, add, or remove.');
|
||||
}, 'Breaking change required to top-level dependency: bar 2.0.0, was 2.0.1.\nConstraints:\n* bar@=2.0.0 <- foo 1.0.0\n\nTo allow breaking changes to top-level dependencies, you must pass --allow-incompatible-update to meteor [run], update, add, or remove.');
|
||||
});
|
||||
|
||||
Tinytest.add("constraint solver - input - don't pick RCs", function (test) {
|
||||
|
||||
Reference in New Issue
Block a user