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:
parent
3929633f7e
commit
e7400cef71
@ -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, './'),
|
Loading…
Reference in New Issue
Block a user