Skip to content

Commit

Permalink
fixup! feat(ts/state/pagePanelState): allow setting TabMode for the…
Browse files Browse the repository at this point in the history
… VPP
  • Loading branch information
firestack committed Nov 13, 2023
1 parent 13d4676 commit 0ad7fb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/tests/components/app.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ describe("App", () => {
mockUsePanelState({
currentView: {
selectedVehicleOrGhost: vehicle,
vppTabMode: "status",
openView: OpenView.None,
previousView: OpenView.None,
},
Expand Down Expand Up @@ -155,6 +156,7 @@ describe("App", () => {
mockUsePanelState({
currentView: {
selectedVehicleOrGhost: undefined,
vppTabMode: undefined,
openView,
previousView: OpenView.None,
},
Expand Down

0 comments on commit 0ad7fb7

Please sign in to comment.