File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function determineBrowsers() {
3131 ) ;
3232 if ( validBrowsers . length === 0 ) {
3333 console . error (
34- `The \'BROWSER \' environment variable was set, but no supported browsers were listed. The supported browsers are ${ JSON . stringify (
34+ `The \'BROWSERS \' environment variable was set, but no supported browsers were listed. The supported browsers are ${ JSON . stringify (
3535 supportedBrowsers
3636 ) } .`
3737 ) ;
@@ -41,7 +41,7 @@ function determineBrowsers() {
4141 }
4242 } else {
4343 console . log (
44- "The 'BROWSER ' environment variable is undefined. Defaulting to 'ChromeHeadless'."
44+ "The 'BROWSERS ' environment variable is undefined. Defaulting to 'ChromeHeadless'."
4545 ) ;
4646 return [ 'ChromeHeadless' ] ;
4747 }
You can’t perform that action at this time.
0 commit comments