Skip to content

Commit

Permalink
feat: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilowicz committed Nov 20, 2024
1 parent c98c933 commit 79b20d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions apps/docs/src/getting-started/templates/custom-vue-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ pnpm install -D @shopware-pwa/cms-base

# bun
bun install -D @shopware-pwa/cms-base

# deno
deno install --dev @shopware-pwa/cms-base
```

<!-- /automd -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,4 @@ describe("useBreadcrumbs", () => {
});
expect(vm.breadcrumbs.length).toBe(2);
});

// it("should log error when buildDynamicBreadcrumbs fails", async () => {
// const { vm, injections } = useSetup(() => useBreadcrumbs());
// injections.apiClient.invoke.mockRejectedValue(new Error("test"));
// await vm.buildDynamicBreadcrumbs("123");

// expect(consoleErrorSpy).toBeCalled();
// });
});

0 comments on commit 79b20d3

Please sign in to comment.