Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Fix up setup
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 9, 2018
1 parent 4952745 commit 2dda4b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion browserstack.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"ie_9",
"ie_10",
"ie_11",
"edge_14",
"edge_previous",
"edge_latest",
{
"os": "android",
"os_version": "4.0",
Expand Down
10 changes: 5 additions & 5 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<html>
<head>
<title>DOMtastic Tests</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mocha/3.2.0/mocha.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/3.2.0/mocha.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/3.5.0/chai.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/1.15.4/sinon.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mocha/5.2.0/mocha.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/5.2.0/mocha.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/4.2.0/chai.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/7.1.1/sinon.min.js"></script>
<script>
mocha.setup('bdd');
var assert = chai.assert;
window.onload = function () { mocha.run(); };
</script>
<!--[if gte IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20150312/classList.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.2.201711092/classList.min.js"></script>
<![endif]-->
<script src="helpers.js"></script>
</head>
Expand Down

0 comments on commit 2dda4b3

Please sign in to comment.