Skip to content

Commit e15424c

Browse files
committed
test(docker): Add test for docker image name
1 parent 9dfbd31 commit e15424c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/jest/docker.test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ describe("docker", () => {
99
// this can take a long time to pull and build the image
1010
await ctx.runEask("docker 27.1 info", { timeout: 40000 });
1111
});
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+
});
1217
});

0 commit comments

Comments
 (0)