mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix "add cordova plugins" test
This commit is contained in:
2
tools/tests/cordova-plugins.js
vendored
2
tools/tests/cordova-plugins.js
vendored
@@ -146,7 +146,7 @@ selftest.define("add cordova plugins", ["slow"], function () {
|
||||
run.match("removed");
|
||||
|
||||
run = s.run("run", "android");
|
||||
run.matchErr("not added to the project");
|
||||
run.matchErr("Please add the Android platform to your project first");
|
||||
run.match("meteor add-platform ");
|
||||
|
||||
run = s.run("add-platform", "android");
|
||||
|
||||
Reference in New Issue
Block a user