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')