0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/test/unit/modules/plugin/helper/plugin.js

13 lines
243 B
JavaScript
Raw Normal View History

2019-05-19 23:07:17 +02:00
import path from 'path';
import config from '../../../partials/config';
const authProfileConf = {
...config(),
auth: {
[`${path.join(__dirname, '../../../partials/plugin/authenticate')}`]: { }
}
};
export default authProfileConf;