mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
test: relocate plugin storage
This commit is contained in:
parent
3929633f7e
commit
e7400cef71
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, './'),
|
Loading…
Add table
Reference in a new issue