storj/web/satellite/tests/unit/mock/svgTransform.js

8 lines
208 B
JavaScript
Raw Normal View History

// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
module.exports = {
process () {
return `module.exports = { render: function(){ return this._c("svg") } }`;
},
};