We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0340ed commit b3cfe27Copy full SHA for b3cfe27
test/integration/index.spec.js
@@ -218,10 +218,8 @@ describe('[INTEGRATION] index', function () {
218
219
it('should find syntactic errors when checkSyntacticErrors is true', function (callback) {
220
var compiler = createCompiler({ checkSyntacticErrors: true }, true);
221
- var logger = console;
222
223
compiler.run(function(error, stats) {
224
- // logger.info(stats.compilation.errors);
225
expect(stats.compilation.errors.length).to.be.equal(2);
226
callback();
227
});
0 commit comments