Fix jest tests by upgrading jest and other related packages.

This commit is contained in:
Laurent Nguyen
2024-06-27 16:52:26 +02:00
parent cc1f89ff4b
commit b4090425f4
99 changed files with 12015 additions and 11393 deletions

11
jest/svgTransform.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
process() {
return {
code: `module.exports = {};`,
};
},
getCacheKey() {
// The output is always the same.
return "svgTransform";
},
};