Skip to content

Commit

Permalink
fix(test): Fixed path for bundles in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed May 17, 2018
1 parent 5135803 commit 682d589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>OpenPlayer Tests</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" media="all" href="../dist/om_player.css">
<link rel="stylesheet" media="all" href="../dist/openplayer.css">
<link rel="stylesheet" media="all" href="../node_modules/mocha/mocha.css">
<style>
body {
Expand All @@ -27,7 +27,7 @@ <h1>OpenPlayer.js</h1>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<script src="../dist/om_player.js"></script>
<script src="../dist/openplayer.js"></script>
<script>
mocha.setup('bdd');
var expect = chai.expect;
Expand Down

0 comments on commit 682d589

Please sign in to comment.