We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfbd31 commit e15424cCopy full SHA for e15424c
test/jest/docker.test.js
@@ -9,4 +9,9 @@ describe("docker", () => {
9
// this can take a long time to pull and build the image
10
await ctx.runEask("docker 27.1 info", { timeout: 40000 });
11
});
12
+
13
+ test("eask docker silex/emacs:27.1-eask info", async () => {
14
+ // this can take a long time to pull and build the image
15
+ await ctx.runEask("docker silex/emacs:27.1-eask info", { timeout: 40000 });
16
+ });
17
0 commit comments