add Firefox in karma's target browsers

This commit is contained in:
KtorZ 2018-03-14 13:45:03 +01:00
parent 6312c7cfb4
commit 12918e40ee
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277

View File

@ -2,7 +2,7 @@ module.exports = config => {
config.set({
autoWatch: true,
singleRun: true,
browsers: ["Chrome"],
browsers: ["Chrome", "Firefox"],
files: [
"dist/karma/index.js",
],