0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/packages/loaders/test/partials/test-plugin-storage/verdaccio-plugin/index.js
2021-04-09 17:54:01 +02:00

7 lines
122 B
JavaScript

function ValidVerdaccioPlugin() {
return {
authenticate: function(){}
}
}
module.exports = ValidVerdaccioPlugin;