Skip to content

Commit

Permalink
browser_tests: use bundle provided by promises-es6-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smikes committed Jul 1, 2014
1 parent e67bd7d commit c04a3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<!--
<script src="promise/promises-aplus.js"></script>
-->
<script src="../node_modules/promises-es6-tests/bundle/promises-es6-tests.js"></script>
<script src="promise/race.js"></script>
<script src="promise/simple.js"></script>
<script src="promise/subclass.js"></script>
Expand Down
1 change: 1 addition & 0 deletions testling.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<!--
<script src="test/promise/promises-aplus.js"></script>
-->
<script src="node_modules/promises-es6-tests/bundle/promises-es6-tests.js"></script>
<script src="test/promise/race.js"></script>
<script src="test/promise/simple.js"></script>
<script src="test/promise/subclass.js"></script>
Expand Down

0 comments on commit c04a3a2

Please sign in to comment.