From 1bd84f5827e4c745746ccd4bb41fd5d0610f6987 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 23 Feb 2023 09:36:18 -0800 Subject: [PATCH] update test setup --- .../e2e/app-dir/app-static/app-static-custom-handler.test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/e2e/app-dir/app-static/app-static-custom-handler.test.ts b/test/e2e/app-dir/app-static/app-static-custom-handler.test.ts index a1ff16277ce46..7092b09389e90 100644 --- a/test/e2e/app-dir/app-static/app-static-custom-handler.test.ts +++ b/test/e2e/app-dir/app-static/app-static-custom-handler.test.ts @@ -1,5 +1,2 @@ -beforeAll(async () => { - process.env.CUSTOM_CACHE_HANDLER = '1' -}) - +process.env.CUSTOM_CACHE_HANDLER = '1' require('./app-static.test')