File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ describe('onBuild()', () => {
748
748
await moveNextDist ( )
749
749
await nextRuntime . onBuild ( defaultArgs )
750
750
const manifestPath = await readJson ( path . resolve ( '.netlify/edge-functions/manifest.json' ) )
751
- const manifest = manifestPath . functions . sort ( )
751
+ const manifest = manifestPath . functions
752
752
753
753
expect ( manifest ) . toEqual (
754
754
expect . arrayContaining ( [
@@ -765,7 +765,7 @@ describe('onBuild()', () => {
765
765
await moveNextDist ( )
766
766
await nextRuntime . onBuild ( defaultArgs )
767
767
const manifestPath = await readJson ( path . resolve ( '.netlify/edge-functions/manifest.json' ) )
768
- const manifest = manifestPath . functions . sort ( )
768
+ const manifest = manifestPath . functions
769
769
770
770
expect ( manifest ) . toEqual (
771
771
expect . arrayContaining ( [
You can’t perform that action at this time.
0 commit comments