Skip to content

Commit b4edb67

Browse files
authored
fix formatting
1 parent ea2f25f commit b4edb67

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

test/MultiCompiler.test.js

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,10 @@ describe("MultiCompiler", function() {
300300
setupTwoCompilerEnvironment(env);
301301
env.callback = sinon.spy();
302302
env.options = [{
303-
testWatchOptions: true
304-
},
305-
{
306-
testWatchOptions2: true
307-
}
308-
];
303+
testWatchOptions: true
304+
}, {
305+
testWatchOptions2: true
306+
}];
309307
env.result = env.myMultiCompiler.watch(env.options, env.callback);
310308
});
311309

@@ -404,12 +402,10 @@ describe("MultiCompiler", function() {
404402
});
405403
env.callback = sinon.spy();
406404
env.options = [{
407-
testWatchOptions: true
408-
},
409-
{
410-
testWatchOptions2: true
411-
}
412-
];
405+
testWatchOptions: true
406+
}, {
407+
testWatchOptions2: true
408+
}];
413409
env.result = env.myMultiCompiler.watch(env.options, env.callback);
414410
});
415411

0 commit comments

Comments
 (0)