From 45ff175189b51009a8d14990b4325dfc9b5a22c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Wed, 9 Oct 2024 18:24:53 +0100 Subject: [PATCH] fix: lint --- src/detector.impressions.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detector.impressions.test.ts b/src/detector.impressions.test.ts index 1143b03..8a116b8 100644 --- a/src/detector.impressions.test.ts +++ b/src/detector.impressions.test.ts @@ -35,7 +35,7 @@ test("check impresssions", async () => { ]); }); -test("don\'t consider empty attributes", async () => { +test("don't consider empty attributes", async () => { window.TS = { token: "token", };