mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Uncomment test for meteor search with malformed versions
This commit is contained in:
@@ -801,7 +801,7 @@ selftest.define("malformed package names", [], function () {
|
||||
});
|
||||
|
||||
fs.writeFileSync(dataFile, JSON.stringify(data));
|
||||
/*
|
||||
|
||||
run = s.run("search", "foo");
|
||||
run.match(/Neither packages nor releases .* could be found/);
|
||||
run.expectExit(0);
|
||||
@@ -809,7 +809,7 @@ selftest.define("malformed package names", [], function () {
|
||||
var run = s.run("search", "bar");
|
||||
run.match(/Neither packages nor releases .* could be found/);
|
||||
run.expectExit(0);
|
||||
*/
|
||||
|
||||
var run = s.run("create", "myapp");
|
||||
run.expectExit(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user