0
0
Fork 0

test: refs #6919 fix tests

This commit is contained in:
Jorge Penadés 2025-01-30 17:29:36 +01:00
parent d5373ecbd6
commit 78da5f5393
1 changed files with 0 additions and 5 deletions

View File

@ -51,11 +51,6 @@ describe('CardSummary', () => {
expect(vm.store.filter).toEqual('cardFilter');
});
it('should compute entity correctly from store data', () => {
vm.store.data = [{ id: 1, name: 'Entity 1' }];
expect(vm.entity).toEqual({ id: 1, name: 'Entity 1' });
});
it('should respond to prop changes and refetch data', async () => {
const newUrl = 'CardSummary/35';
const newKey = 'cardSummaryKey/35';