You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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(),
|
|
};
|
|
|