PromucFlow_constructor/app/client/test/__mocks__/svgMock.js
Hetu Nandu 38aafb5027
Fix embedded datasource path (#2)
* Refactor CodeMirror component to be more configurable and testable (hints, markings)
* Update the existing datasource path component
* Better text highlighting for JSON fields
* Case insensitive hinting in autocomplete
2020-07-01 15:31:07 +05:30

10 lines
164 B
JavaScript

module.exports = {
process() {
return "module.exports = {};";
},
getCacheKey() {
// The output is always the same.
return "svgTransform";
},
};