1
0
Fork 0
mirror of https://github.com/element-hq/element-web.git synced 2024-12-15 02:11:31 +03:00
element-web/__mocks__/FontManager.js
2021-07-12 20:51:21 +01:00

6 lines
242 B
JavaScript

// Stub out FontManager for tests as it doesn't validate anything we don't already know given
// our fixed test environment and it requires the installation of node-canvas.
module.exports = {
fixupColorFonts: () => Promise.resolve(),
};