Skip to content

Commit

Permalink
test: remove feature flag that has been fully rolled out
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed Feb 11, 2025
1 parent 4bcb34f commit 984555a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/utils/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 984555a

Please sign in to comment.