fix: Footer test mock

This commit is contained in:
Michael S. Molina
2025-09-01 10:50:09 -03:00
parent 1f5452179c
commit 9bb5a39ec7

View File

@@ -32,6 +32,13 @@ jest.mock('src/views/CRUD/hooks', () => ({
support:
'https://superset.apache.org/docs/databases/installing-database-drivers',
}),
useSingleViewResource: jest.fn(() => ({
createResource: jest.fn(),
})),
}));
jest.mock('src/logger/actions', () => ({
logEvent: jest.fn(),
}));
const mockedProps = {