We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc62c0 commit 670eba6Copy full SHA for 670eba6
config/karma.base.js
@@ -31,7 +31,7 @@ function determineBrowsers() {
31
);
32
if (validBrowsers.length === 0) {
33
console.error(
34
- `The \'BROWSER\' environment variable was set, but no supported browsers were listed. The supported browsers are ${JSON.stringify(
+ `The \'BROWSERS\' environment variable was set, but no supported browsers were listed. The supported browsers are ${JSON.stringify(
35
supportedBrowsers
36
)}.`
37
@@ -41,7 +41,7 @@ function determineBrowsers() {
41
}
42
} else {
43
console.log(
44
- "The 'BROWSER' environment variable is undefined. Defaulting to 'ChromeHeadless'."
+ "The 'BROWSERS' environment variable is undefined. Defaulting to 'ChromeHeadless'."
45
46
return ['ChromeHeadless'];
47
0 commit comments