Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/add support angular 9 #249

Merged
merged 18 commits into from
Feb 17, 2020
Prev Previous commit
Next Next commit
Updated karma
  • Loading branch information
strausr committed Feb 16, 2020
commit b688383dec4238f5ee593bea0573b6116f01475a
2 changes: 1 addition & 1 deletion projects/angular-cld/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
singleRun: true
});
};