Skip to content

Commit 7fc31ed

Browse files
committed
Adding a log to see what's going on
1 parent 338b6d1 commit 7fc31ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,7 @@ module.exports = function(config) {
104104
else {
105105
throw new Error(`Platform "${platform}" unknown, but Travis specified. Exiting.`);
106106
}
107+
108+
console.log('BROWSERS: ', config.browsers);
107109
}
108110
};

0 commit comments

Comments
 (0)