tests: updated create main

This commit is contained in:
Gabriel Grubba
2023-07-04 09:29:29 -03:00
parent 1ec902ee32
commit d09fc639c8

View File

@@ -46,7 +46,7 @@ selftest.define("create main", async function () {
run = s.run("create", "--list");
await run.read('Available');
await run.match('leaderboard');
await run.match('react');
await run.expectExit(0);
});