Maintenance work
This commit is contained in:
parent
8910613676
commit
157a8d14d2
3 changed files with 6 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ describe('main.ts', () => {
|
|||
vi.mocked(createApp).mockImplementation(() => ({
|
||||
use: vi.fn(),
|
||||
mount: vi.fn(),
|
||||
}));
|
||||
} as any));
|
||||
});
|
||||
|
||||
it('creates app and uses plugins', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue