1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Chore: Upgrade to Yarn v4 (#12407)

This commit is contained in:
Henry Heino
2025-06-08 06:07:10 -07:00
committed by GitHub
parent 9ffeb8c725
commit c5ca0151a1
13 changed files with 17527 additions and 17406 deletions

View File

@@ -20,7 +20,7 @@ module.exports = {
// Do transform most packages in node_modules (transformations correct unrecognized
// import syntax)
transformIgnorePatterns: ['<rootDir>/node_modules/jest', '<rootDir>/node_modules/js-draw', 'node_modules/jsdom'],
transformIgnorePatterns: ['<rootDir>/node_modules/jest', '<rootDir>/node_modules/js-draw', 'node_modules/jsdom', 'node_modules/whatwg-url'],
slowTestThreshold: 40,
};