1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

test: relocate plugin storage

This commit is contained in:
Juan Picado @jotadeveloper 2019-05-20 07:26:40 +02:00
parent 3929633f7e
commit e7400cef71
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
10 changed files with 3 additions and 3 deletions

@ -1,12 +1,12 @@
import path from 'path';
import loadPlugin from '../../../src/lib/plugin-loader';
import logger from '../../../src/lib/logger';
import loadPlugin from '../../../../src/lib/plugin-loader';
import logger from '../../../../src/lib/logger';
logger.setup([]);
describe('plugin loader', () => {
const relativePath = './partials/test-plugin-storage';
const relativePath = path.join(__dirname, './partials/test-plugin-storage');
const buildConf = name => {
return {
self_path: path.join(__dirname, './'),