wahanegi/vibereport

View on GitHub
svgTransform.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  process() {
    return {
      code: `module.exports = {};`,
    };
  },
  getCacheKey() {
    // The output is always the same.
    return "svgTransform";
  },
};