Skip to content

Commit d63f53c

Browse files
committed
refactor: add SKIP_SUBMODULE_DEPS to postinstall
1 parent 023c21f commit d63f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/installExtension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ describe("--install-extension", () => {
1818
stdout: "log",
1919
})
2020
expect(stdout).toContain(extName)
21-
})
21+
}, 10000)
2222
})

0 commit comments

Comments
 (0)