0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/test/unit/modules/plugin/helper/plugin.js
Juan Picado @jotadeveloper 3929633f7e
test: relocate test
2019-05-19 23:07:17 +02:00

12 lines
243 B
JavaScript

import path from 'path';
import config from '../../../partials/config';
const authProfileConf = {
...config(),
auth: {
[`${path.join(__dirname, '../../../partials/plugin/authenticate')}`]: { }
}
};
export default authProfileConf;