From ee6cc85a01244a412ed533ff7d8c3e8f4876d856 Mon Sep 17 00:00:00 2001 From: Murderlon Date: Tue, 20 Aug 2024 13:10:31 +0200 Subject: [PATCH] Fix --- test/src/stores.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/stores.test.ts b/test/src/stores.test.ts index bdf97d30..49037094 100644 --- a/test/src/stores.test.ts +++ b/test/src/stores.test.ts @@ -9,7 +9,6 @@ import {Upload, Uid} from '@tus/server' // In CI we run multiple jobs in parallel, // so we need to make sure that the IDs are unique. export function testId(id: string) { - // eslint-disable-next-line turbo/no-undeclared-env-vars return `${id}-${process.env.GITHUB_JOB ?? Uid.rand()}` }