1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

chore: fixes typescript error

This commit is contained in:
Amir Raminfar
2024-10-18 09:49:36 -07:00
parent 070f1c7bdb
commit eab380b70d
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ describe("<ContainerEventSource />", () => {
],
});
return mount(Component<Container>, {
return mount(Component, {
global: {
plugins: [router, createTestingPinia({ createSpy: vi.fn }), createI18n({})],
components: {