update TopBar component tests

This commit is contained in:
enzoggqs
2023-01-12 15:15:05 -03:00
parent 8716bdb064
commit d66459bea9
8 changed files with 874 additions and 31 deletions

11
src/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";
},
};