Skip to content

Commit 9533e9a

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a92d700 commit 9533e9a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/edge-bundler/node/bundler.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,13 +1267,15 @@ describe.skipIf(lt(denoVersion, '2.4.2'))(
12671267

12681268
await bundle([join(basePath, 'netlify/edge-functions')], distPath, declarations, {
12691269
basePath,
1270-
configPath: join(basePath, '.netlify/edge-functions/config.json'),
1271-
importMapPaths: [resolve(basePath, 'import_map.json')],
12721270
featureFlags: {
12731271
edge_bundler_generate_tarball: true,
12741272
},
12751273
systemLogger,
12761274
})
1275+
edge_bundler_generate_tarball: true,
1276+
},
1277+
systemLogger,
1278+
})
12771279

12781280
expect(
12791281
systemLogger.mock.calls.find((call) => call[0] === 'Could not track dependencies in edge function:'),

0 commit comments

Comments
 (0)