Skip to content

Commit f80ecb6

Browse files
committed
doesn't need to be explicitly specified
1 parent 46bc64a commit f80ecb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe('[INTEGRATION] index', function () {
188188
});
189189

190190
it('should not find syntactic errors when checkSyntacticErrors is false', function (callback) {
191-
var compiler = createCompiler({ checkSyntacticErrors: false }, true);
191+
var compiler = createCompiler({}, true);
192192

193193
compiler.run(function(error, stats) {
194194
expect(stats.compilation.errors.length).to.be.equal(1);

0 commit comments

Comments
 (0)