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 4626cf3 commit 75d5233Copy full SHA for 75d5233
test/jest/global.test.js
@@ -40,13 +40,13 @@ describe("global", () => {
40
afterAll(async () => {
41
if (process.env.ALLOW_UNSAFE) {
42
// remove test changes
43
- await ctx.runEask("uninstall -g spinner ivy beacon company-fuzzy", , { timeout: 120000 });
+ await ctx.runEask("uninstall -g spinner ivy beacon company-fuzzy", { timeout: 120000 });
44
await fs.rm(path.join(process.env.HOME, "Eask"));
45
}
46
});
47
48
testUnsafe("eask install -g", async () => {
49
- await ctx.runEask("install -g spinner ivy beacon company-fuzzy", , { timeout: 120000 });
+ await ctx.runEask("install -g spinner ivy beacon company-fuzzy", { timeout: 120000 });
50
51
52
testUnsafe("eask uninstall -g", async () => {
0 commit comments