From 984555aa7e192d23528b3828c3fb875ac401f123 Mon Sep 17 00:00:00 2001 From: Mateusz Bocian Date: Tue, 11 Feb 2025 09:44:24 -0500 Subject: [PATCH] test: remove feature flag that has been fully rolled out --- tests/utils/fixture.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/utils/fixture.ts b/tests/utils/fixture.ts index 61a08c9080..9ac5645e6f 100644 --- a/tests/utils/fixture.ts +++ b/tests/utils/fixture.ts @@ -284,8 +284,6 @@ export async function runPlugin( const result = await bundle([edgeSource], dist, [], { bootstrapURL, internalSrcFolder: edgeSource, - // Temporary until https://github.com/netlify/edge-bundler/pull/580 rolls out - featureFlags: { edge_bundler_pcre_regexp: true }, importMapPaths: [], basePath: ctx.cwd, configPath: join(edgeSource, 'manifest.json'),