Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b4a13d

Browse files
authored
test: remove feature flag that has been fully rolled out (#2759)
1 parent f13a454 commit 9b4a13d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/utils/fixture.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ export async function runPlugin(
284284
const result = await bundle([edgeSource], dist, [], {
285285
bootstrapURL,
286286
internalSrcFolder: edgeSource,
287-
// Temporary until https://github.com/netlify/edge-bundler/pull/580 rolls out
288-
featureFlags: { edge_bundler_pcre_regexp: true },
289287
importMapPaths: [],
290288
basePath: ctx.cwd,
291289
configPath: join(edgeSource, 'manifest.json'),

0 commit comments

Comments
 (0)