Skip to content

Commit

Permalink
chore: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tltv committed Oct 7, 2024
1 parent 304d292 commit 90d4794
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
"route": "/home",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Home",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/wildcard": {
Expand Down Expand Up @@ -69,7 +75,13 @@
"route": "/profile",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Profile",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/": {
Expand All @@ -80,7 +92,13 @@
"route": "/",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Index",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/orders": {
Expand All @@ -91,7 +109,13 @@
"route": "/orders",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Orders",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"route": "/home",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Home",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/foo": {
Expand Down Expand Up @@ -66,7 +72,13 @@
"route": "/",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Index",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/orders": {
Expand All @@ -77,7 +89,13 @@
"route": "/orders",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Orders",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
"route": "/home",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Home",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/wildcard": {
Expand Down Expand Up @@ -69,7 +75,13 @@
"route": "/profile",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Profile",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/": {
Expand All @@ -80,7 +92,13 @@
"route": "/",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Index",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/orders": {
Expand All @@ -91,7 +109,13 @@
"route": "/orders",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Orders",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"route": "/home",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Home",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/profile": {
Expand All @@ -21,7 +27,13 @@
"route": "/profile",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Profile",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/": {
Expand All @@ -32,7 +44,13 @@
"route": "/",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Index",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/orders": {
Expand All @@ -43,7 +61,13 @@
"route": "/orders",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Orders",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
"route": "/home",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Home",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
},
"/comments": {
Expand Down Expand Up @@ -69,7 +75,13 @@
"route": "/profile",
"lazy": false,
"register": false,
"menu": null,
"menu": {
"title": "Profile",
"order": null,
"exclude": false,
"icon": null,
"menuClass": null
},
"flowLayout":false
}
}

0 comments on commit 90d4794

Please sign in to comment.