#7058 LeftMenu vitest #1153
|
@ -328,10 +328,6 @@ describe('normalize', () => {
|
|||
expect(vm.normalize(input)).toBe(expected);
|
||||
});
|
||||
});
|
||||
// describe('addMenuItem', () => {
|
||||
// const findMatches = vi.fn().mockImplementation(() => []);
|
||||
//
|
||||
// });
|
||||
|
||||
jsegarra marked this conversation as resolved
Outdated
|
||||
describe('addChildren', () => {
|
||||
const module = 'testModule';
|
||||
|
|
Loading…
Reference in New Issue
Quitar
OMG