Skip to content

Commit

Permalink
Update tests.html
Browse files Browse the repository at this point in the history
I have made the 3 URL conversions to current package releases as requested
  • Loading branch information
DavidLi119 committed Mar 6, 2019
1 parent f1662ac commit 1f4555e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/example/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<title>Mocha</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mocha/4.0.1/mocha.min.css">
<link rel="stylesheet" href="https://unpkg.com/mocha/mocha.css">
<link rel="shortcut icon" href="../favicon.ico">
</head>
<body>
<div id="mocha"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/4.0.1/mocha.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/4.1.2/chai.min.js"></script>
<script src="https://unpkg.com/mocha/mocha.js"></script>
<script src="https://unpkg.com/chai/chai.js"></script>
<script>mocha.setup('bdd')</script>
<script>expect = chai.expect</script>
<script src="Array.js"></script>
Expand Down

0 comments on commit 1f4555e

Please sign in to comment.