Skip to content

Commit

Permalink
Remove copied comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Sep 6, 2023
1 parent ccfaa02 commit 745bda3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/autometrics/tests/temporaryMeter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { describe, expect, test } from "vitest";

import { TemporaryMeter } from "../src/temporaryMeter";

// the existing getModulePath function is a hack that parses the stack trace
// as string and extracts the module path from it. This test is to ensure that
// the function works as expected
describe("temporaryMeter test", () => {
test("it disables itself after the timeout expires", async () => {
const meter = new TemporaryMeter({ timeout: 50 });
Expand Down

0 comments on commit 745bda3

Please sign in to comment.