We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e619f28 commit f4bebe5Copy full SHA for f4bebe5
addon/ng2/commands/test.js
@@ -36,9 +36,7 @@ module.exports = TestCommand.extend({
36
() => {
37
/* handle build error to allow watch mode to start */
38
})
39
- .then(() => {
40
- return Promise.all([testTask.run(commandOptions)]);
41
- });
+ .then(() => testTask.run(commandOptions));
42
} else {
43
// if not watching ensure karma is doing a single run
44
commandOptions.singleRun = true;
0 commit comments