()
| 154 | |
| 155 | // The windows environment does not cooperate with this tests. |
| 156 | function isWindows() { |
| 157 | const userAgent = window.navigator.userAgent.toLowerCase(); |
| 158 | |
| 159 | return userAgent.indexOf( 'windows' ) > -1; |
| 160 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…