Skip to content

Commit

Permalink
Merge branch 'fix-options' into 7.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	test/loader.test.js
  • Loading branch information
danez committed Mar 16, 2017
2 parents 1ed7ff5 + 05a31c5 commit fb8c271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-loader",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "babel module loader for webpack",
"files": [
"lib"
Expand Down
2 changes: 2 additions & 0 deletions test/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ test.cb("should not throw without config", (t) => {

webpack(config, (err, stats) => {
t.is(err, null);

t.true(stats.compilation.errors.length === 0);

t.end();
});
});

0 comments on commit fb8c271

Please sign in to comment.