Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 31272a9

Browse files
authored
Merge pull request #1596 from l-lin/unit-tests-firefox
ci: include firefox browser when unit testing code
2 parents 8e34bff + a336696 commit 31272a9

File tree

3 files changed

+61
-19616
lines changed

3 files changed

+61
-19616
lines changed

demo/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = function (config) {
88
plugins: [
99
require('karma-jasmine'),
1010
require('karma-chrome-launcher'),
11+
require('karma-firefox-launcher'),
1112
require('karma-jasmine-html-reporter'),
1213
require('karma-coverage-istanbul-reporter'),
1314
require('@angular-devkit/build-angular/plugins/karma')
@@ -27,7 +28,7 @@ module.exports = function (config) {
2728
colors: true,
2829
logLevel: config.LOG_INFO,
2930
autoWatch: true,
30-
browsers: ['Chrome'],
31+
browsers: ['Chrome', 'Firefox'],
3132
singleRun: false
3233
});
3334
};

0 commit comments

Comments
 (0)