0
0
Fork 0

Fix LeftMenu Unit test

This commit is contained in:
Kevin Martinez 2024-02-08 08:32:35 -03:00
parent 15f7f85734
commit a0ba4ac017
1 changed files with 2 additions and 0 deletions

View File

@ -76,11 +76,13 @@ describe('Leftmenu', () => {
it('should return a proper formated object with two child items', async () => {
const expectedMenuItem = [
{
children: null,
name: 'CustomerList',
title: 'customer.pageTitles.list',
icon: 'view_list',
},
{
children: null,
name: 'CustomerCreate',
title: 'customer.pageTitles.createCustomer',
icon: 'vn:addperson',