File tree Expand file tree Collapse file tree 8 files changed +8
-4146
lines changed
Expand file tree Collapse file tree 8 files changed +8
-4146
lines changed Original file line number Diff line number Diff line change 1313 < div id ="mocha "> </ div >
1414 </ div >
1515</ div >
16- < script src ="{{site.github.url}}/js/tests/mocha.js "> </ script >
16+ < script src ="{{ site.github.url }}/js/tests/mocha.js "> </ script >
1717< script >
1818 mocha . setup ( 'tdd' ) ;
1919</ script >
20- < script src ="{{ site.github.url }}/chai.js "> </ script >
20+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/chai.js "> </ script >
2121< script >
2222 err = function ( fn , msg ) {
2323 try {
3232 }
3333 } ;
3434</ script >
35- < script src ="{{ site.github.url }}/js/tests /configuration.js "> </ script >
36- < script src ="{{ site.github.url }}/js/tests /expect.js "> </ script >
37- < script src ="{{ site.github.url }}/js/tests /should.js "> </ script >
38- < script src ="{{ site.github.url }}/js/tests /assert.js "> </ script >
39- < script src ="{{ site.github.url }}/js/tests /plugins.js "> </ script >
40- < script src ="{{ site.github.url }}/js/tests /utilities.js "> </ script >
35+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test /configuration.js "> </ script >
36+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test /expect.js "> </ script >
37+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test /should.js "> </ script >
38+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test /assert.js "> </ script >
39+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test /plugins.js "> </ script >
40+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test /utilities.js "> </ script >
4141< script >
4242 onload = function ( ) {
4343 mocha . run ( ) ;
You can’t perform that action at this time.
0 commit comments