We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7a91b commit aa75c4fCopy full SHA for aa75c4f
src/clusterfuzz/_internal/tests/appengine/javascripts/template.html
@@ -25,7 +25,7 @@
25
<script src="https://cdn.rawgit.com/jquery/jquery/2.1.4/dist/jquery.min.js"></script>
26
<script src="https://cdn.rawgit.com/Automattic/expect.js/0.3.1/index.js"></script>
27
<script src="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script>
28
- <script src="http://chaijs.com/chai.js"></script>
+ <script src="https://chaijs.com/chai.js"></script>
29
30
<script>mocha.setup('bdd')</script>
31
%s
0 commit comments