Skip to content

Commit

Permalink
test: relocate plugin storage
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 20, 2019
1 parent 3929633 commit e7400ce
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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, './'),
Expand Down

0 comments on commit e7400ce

Please sign in to comment.