Skip to content

Commit 7c8761b

Browse files
committed
update deps, fix transformer
1 parent c746e03 commit 7c8761b

File tree

3 files changed

+4341
-2739
lines changed

3 files changed

+4341
-2739
lines changed

jest/svgTransform.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
process() {
3-
return 'module.exports = {};';
3+
return { code: "" };
44
},
55
getCacheKey() {
66
// The output is always the same.
7-
return 'svgTransform';
7+
return "svgTransform";
88
},
99
};

0 commit comments

Comments
 (0)