fix(karma.conf): remove unnecessary comma

revert-117-master
Ariel Mashraki 10 years ago
parent 18a02e5c6e
commit 0d94b97503

@ -44,6 +44,6 @@ module.exports = function(config) {
// Continuous Integration mode
// if true, it capture browsers, run tests and exit
singleRun: true,
singleRun: true
});
};