mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: api docker container for mac users
This commit is contained in:
@@ -23,3 +23,11 @@ jest.mock('connect-mongo', () => ({
|
||||
}),
|
||||
})),
|
||||
}));
|
||||
|
||||
jest.mock('@resvg/resvg-js', () => {
|
||||
return {
|
||||
Resvg: jest.fn().mockImplementation(() => ({
|
||||
render: jest.fn().mockReturnValue({ asPng: jest.fn() }),
|
||||
})),
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user