Skip to content

Commit

Permalink
Merge 4e0e507 into 026fff8
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Mar 28, 2021
2 parents 026fff8 + 4e0e507 commit f7d1d1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/client.html
Expand Up @@ -109,7 +109,7 @@ <h1 id="title">Karma - starting</h1>

<iframe id="context" src="about:blank" width="100%" height="100%"></iframe>

<script src="socket.io/socket.io.js"></script>
<script src="socket.io/socket.io.min.js"></script>
<script src="karma.js"></script>
</body>
</html>
7 changes: 7 additions & 0 deletions test/client/karma.conf.js
Expand Up @@ -27,6 +27,13 @@ const launchers = {
browser_version: '11.0',
os: 'Windows',
os_version: '10'
},
bs_ie9: {
base: 'BrowserStack',
browser: 'IE',
browser_version: '9.0',
os: 'Windows',
os_version: '7'
}
}

Expand Down

0 comments on commit f7d1d1e

Please sign in to comment.