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 46bc64a commit f80ecb6Copy full SHA for f80ecb6
test/integration/index.spec.js
@@ -188,7 +188,7 @@ describe('[INTEGRATION] index', function () {
188
});
189
190
it('should not find syntactic errors when checkSyntacticErrors is false', function (callback) {
191
- var compiler = createCompiler({ checkSyntacticErrors: false }, true);
+ var compiler = createCompiler({}, true);
192
193
compiler.run(function(error, stats) {
194
expect(stats.compilation.errors.length).to.be.equal(1);
0 commit comments