Skip to content

Commit

Permalink
Use sinon from cdnjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 13, 2018
1 parent 84c7fe0 commit e35d4db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script>

<!-- Sinon -->
<script src="vendor/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.4.3/sinon-no-sourcemaps.min.js"></script>

<script>
// Disable jQuery event aliases to ensure we don't accidentally use any of them
Expand Down
1 change: 0 additions & 1 deletion js/tests/vendor/sinon.min.js

This file was deleted.

0 comments on commit e35d4db

Please sign in to comment.