From 7f74bc3034e8f5e67affb5ac785e3edc50bf5132 Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:43:45 -0700 Subject: [PATCH] test(turbopack): enable async storage tests --- test/turbopack-tests-manifest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/turbopack-tests-manifest.js b/test/turbopack-tests-manifest.js index fc5e2db345c1a..3cbcf806165c5 100644 --- a/test/turbopack-tests-manifest.js +++ b/test/turbopack-tests-manifest.js @@ -83,6 +83,7 @@ const enabledTests = [ 'test/e2e/edge-api-endpoi.ts', 'test/e2e/edge-can-read-request-body/index.test.ts', 'test/e2e/edge-compiler-module-expo.ts', + 'test/e2e/edge-async-local-storage/index.test.ts', 'test/e2e/handle-non-hoisted-swc-helpers/index.test.ts', 'test/e2e/hello-world/hello-world.test.ts', 'test/e2e/i18n-api-support/index.test.ts',