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

8 lines
205 B
JavaScript
Raw Normal View History

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