Skip to content

Commit

Permalink
Merge branch 'main' into typedarray/telemetry-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOlias committed Oct 3, 2024
2 parents 43aafb2 + 07056ba commit 105763d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/common/telemetry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ test("telemetry calls fetch with event body", async (context) => {
});

await telemetry.flush();

await telemetry.kill();

expect(fetchSpy).toHaveBeenCalledTimes(1);
Expand Down Expand Up @@ -81,7 +80,6 @@ test("telemetry does not submit events if telemetry is disabled", async (context
});

await telemetry.flush();

await telemetry.kill();

expect(fetchSpy).not.toHaveBeenCalled();
Expand Down

0 comments on commit 105763d

Please sign in to comment.