Skip to content

Commit 75d5233

Browse files
committed
ci: Fix typo in global tests
1 parent 4626cf3 commit 75d5233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jest/global.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ describe("global", () => {
4040
afterAll(async () => {
4141
if (process.env.ALLOW_UNSAFE) {
4242
// remove test changes
43-
await ctx.runEask("uninstall -g spinner ivy beacon company-fuzzy", , { timeout: 120000 });
43+
await ctx.runEask("uninstall -g spinner ivy beacon company-fuzzy", { timeout: 120000 });
4444
await fs.rm(path.join(process.env.HOME, "Eask"));
4545
}
4646
});
4747

4848
testUnsafe("eask install -g", async () => {
49-
await ctx.runEask("install -g spinner ivy beacon company-fuzzy", , { timeout: 120000 });
49+
await ctx.runEask("install -g spinner ivy beacon company-fuzzy", { timeout: 120000 });
5050
});
5151

5252
testUnsafe("eask uninstall -g", async () => {

0 commit comments

Comments
 (0)