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 1210639 commit bf0544fCopy full SHA for bf0544f
src/_tests/index.test.ts
@@ -41,10 +41,10 @@ describe("service", () => {
41
it("should work", async () => {
42
expect(service.exists()).toBe(false);
43
service.install(TOKEN);
44
- expect(service.exists()).toBe(true);
45
46
await new Promise((r) => setTimeout(r, 15_000));
47
+ expect(service.exists()).toBe(true);
48
const current = service.current();
49
expect(current.tunnelID.length).toBeGreaterThan(0);
50
expect(current.connectorID.length).toBeGreaterThan(0);
0 commit comments