From 57590ba5514024cc7987284af410544b262dd258 Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Tue, 23 Apr 2024 09:36:06 +0400 Subject: [PATCH] make knip happy --- src/gen/testPoms.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gen/testPoms.ts b/src/gen/testPoms.ts index 308b71c4..4593b099 100644 --- a/src/gen/testPoms.ts +++ b/src/gen/testPoms.ts @@ -141,7 +141,3 @@ export class TestPoms { function extractFixtureName(tag: string) { return tag.startsWith(FIXTURE_TAG_PREFIX) ? tag.replace(FIXTURE_TAG_PREFIX, '') : ''; } - -export function buildFixtureTag(fixtureName: string) { - return `${FIXTURE_TAG_PREFIX}${fixtureName}`; -}