Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Nicklas committed Jun 29, 2015
1 parent a5b1019 commit 9e313ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/HtmlWebpackPluginSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ function testHtmlPlugin(webpackConfig, expectedResults, outputFile, done, expect
} else {
expect(compilationWarnings).toBe('');
}
<<<<<<< HEAD
=======
var outputFileExists = fs.existsSync(path.join(OUTPUT_DIR, outputFile));
expect(outputFileExists).toBe(true);
if(!outputFileExists) {
return done();
}
>>>>>>> Fix chunk filtering
}
var htmlContent = fs.readFileSync(path.join(OUTPUT_DIR, outputFile)).toString();

for (var i = 0; i < expectedResults.length; i++) {
Expand Down

0 comments on commit 9e313ef

Please sign in to comment.