Skip to content

Commit dd9ba80

Browse files
committed
fix(next-drupal): update snapshot
1 parent e0df32a commit dd9ba80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/next-drupal/tests/DrupalMenuTree/drupal-menu-tree.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,33 +67,33 @@ DrupalMenuTree [
6767
"items": DrupalMenuTree [
6868
{
6969
"id": "7",
70-
"items": undefined,
70+
"items": null,
7171
"parent": "4",
7272
},
7373
],
7474
"parent": "1",
7575
},
7676
{
7777
"id": "5",
78-
"items": undefined,
78+
"items": null,
7979
"parent": "1",
8080
},
8181
{
8282
"id": "6",
83-
"items": undefined,
83+
"items": null,
8484
"parent": "1",
8585
},
8686
],
8787
"parent": "",
8888
},
8989
{
9090
"id": "2",
91-
"items": undefined,
91+
"items": null,
9292
"parent": "",
9393
},
9494
{
9595
"id": "3",
96-
"items": undefined,
96+
"items": null,
9797
"parent": "",
9898
},
9999
]

0 commit comments

Comments
 (0)