mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Footer test mock
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user