Skip to content

Commit

Permalink
Merge pull request #168 from hansineffect/master
Browse files Browse the repository at this point in the history
Fixed test <script> src attributes
  • Loading branch information
michelle committed Mar 7, 2014
2 parents 722faf0 + d8d8237 commit 4e344f1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/test.html
Expand Up @@ -17,19 +17,15 @@
<script src="../lib/dataconnection.js"></script>
<script src="../lib/peer.js"></script>
<script src="../lib/socket.js"></script>
<script src="../lib/connectionmanager.js"></script>
<script src="../lib/negotiator.js"></script>
<script src="../deps/reliable/lib/reliable.js"></script>

<script src="../node_modules/expect.js/expect.js"></script>
<script src="../node_modules/expect.js/index.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>

<script src="adapter.js"></script>
<script src="util.js"></script>
<script src="dataconnection.js"></script>
<script src="connectionmanager.js"></script>
<script src="peer.js"></script>
<script src="socket.js"></script>
<script src="adapter.js"></script>

<script>
mocha.run();
Expand Down

0 comments on commit 4e344f1

Please sign in to comment.