We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4a13d commit cc111b4Copy full SHA for cc111b4
src/build/plugin-context.test.ts
@@ -206,7 +206,6 @@ test('should use deploy configuration blobs directory when @netlify/build versio
206
207
const ctx = new PluginContext({
208
constants: { NETLIFY_BUILD_VERSION: '29.41.5' },
209
- featureFlags: { 'next-runtime-regional-blobs': true },
210
} as unknown as NetlifyPluginOptions)
211
212
expect(ctx.blobDir).toBe(join(cwd, '.netlify/deploy/v1/blobs/deploy'))
0 commit comments