Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Jan 22, 2024
1 parent 62d0bce commit 306f0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/Model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vi.mock('../utils/client', async () => {
studioClient: {
getCatalog: mocks.getCatalogMock,
saveRouterState: vi.fn(),
getRouterState: vi.fn().mockResolvedValue({url: '/'}),
getRouterState: vi.fn().mockResolvedValue({ url: '/' }),
},
rpcBrowser: {
subscribe: () => {
Expand Down

0 comments on commit 306f0d3

Please sign in to comment.