forked from verdnatura/salix-front
fix: refs #7058 remove comment
This commit is contained in:
parent
b5b52dcda0
commit
97dfeca20d
|
@ -328,10 +328,6 @@ describe('normalize', () => {
|
||||||
expect(vm.normalize(input)).toBe(expected);
|
expect(vm.normalize(input)).toBe(expected);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// describe('addMenuItem', () => {
|
|
||||||
// const findMatches = vi.fn().mockImplementation(() => []);
|
|
||||||
//
|
|
||||||
// });
|
|
||||||
|
|
||||||
describe('addChildren', () => {
|
describe('addChildren', () => {
|
||||||
const module = 'testModule';
|
const module = 'testModule';
|
||||||
|
|
Loading…
Reference in New Issue