1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Chore: Remove node-canvas dependency (#12238)

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
Henry Heino
2025-05-19 14:57:43 -07:00
committed by GitHub
parent 50c5139fa6
commit 5b2f409254
8 changed files with 74 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ const React = require('react');
require('../../jest.base-setup.js')();
shimInit({ sharp, nodeSqlite, pdfJs, React, appVersion: () => packageInfo.version });
shimInit({ pdfJs, sharp, nodeSqlite, React, appVersion: () => packageInfo.version });
global.afterEach(async () => {
await afterEachCleanUp();