Merge to master #24

Merged
joan merged 20 commits from test into master 2022-10-27 08:03:26 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit d6cd44b389 - Show all commits

View File

@ -152,9 +152,9 @@ async function onLoad(...params) {
</q-item-section>
<q-separator vertical />
<q-card-actions vertical class="justify-between">
<q-skeleton type="QBtn" class="q-mb-md" size="40px" />
<q-skeleton type="QBtn" class="q-mb-md" size="40px" />
<q-skeleton type="QBtn" class="q-mb-md" size="40px" />
<q-skeleton type="circle" class="q-mb-md" size="40px" />
<q-skeleton type="circle" class="q-mb-md" size="40px" />
<q-skeleton type="circle" class="q-mb-md" size="40px" />
</q-card-actions>
</q-item>
</q-card>

View File

@ -4,7 +4,7 @@ const navigation = useNavigation();
describe('useNavigation', () => {
it('should return the routes for all modules', async () => {
expect(navigation.modules.value.length).toEqual(3);
expect(navigation.modules.value.length).toBeGreaterThan(1);
});
it('should return a proper formated object without the children property', async () => {