mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
trying something
This commit is contained in:
@@ -5,14 +5,19 @@ selftest.define("typescript template works", function () {
|
||||
const s = new Sandbox;
|
||||
|
||||
let run = s.run("create", "--typescript", "typescript");
|
||||
|
||||
run.waitSecs(60);
|
||||
run.match("Created a new Meteor app in 'typescript'.");
|
||||
run.match("To run your new app");
|
||||
|
||||
s.cd("typescript");
|
||||
|
||||
run = s.run("npm", "install");
|
||||
run.expectExit(0);
|
||||
|
||||
run = s.run("lint");
|
||||
run.waitSecs(60);
|
||||
run.match("[zodern:types] Exiting \"meteor lint\" early")
|
||||
run.match("[zodern:types] Exiting \"meteor lint\" early");
|
||||
run.expectExit(0);
|
||||
|
||||
run = s.run("npx", "tsc");
|
||||
|
||||
Reference in New Issue
Block a user