Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Oct 30, 2020
1 parent 286d7de commit 29d58c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default (fixture, options = {}) => {
rules: [{
test: /\.xml$/,
use: {
loader: path.resolve(__dirname, '../src/loader.js'),
loader: path.resolve(__dirname, '..', 'src', 'index.js'),
options: options
}
}]
Expand Down
2 changes: 1 addition & 1 deletion test/loader.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs';
import path from 'path';
import util from 'util';
import loader from '../src/lib/loader';
import {festLoader as loader} from '../src/lib/loader';
import compiler from './compiler.js';
import {getOutput} from './get-output';
import {getLoaderContext} from './get-loader-context';
Expand Down

0 comments on commit 29d58c0

Please sign in to comment.