File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 < script src ="{{site.github.url}}/js/jquery-mousewheel.js "> </ script >
1515 < script src ="{{site.github.url}}/js/antiscroll.js "> </ script >
1616 < script src ="{{site.github.url}}/js/main.js "> </ script >
17+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/chai.js "> </ script >
1718
1819 < link rel ='stylesheet ', href ="{{site.github.url}}/css/antiscroll.css " type ="text/css " media ="all ">
1920 < link rel ='stylesheet ', href ="{{site.github.url}}/css/main.css " type ="text/css " media ="all ">
Original file line number Diff line number Diff line change 1616< script src ="{{ site.github.url }}/js/mocha.js "> </ script >
1717< script >
1818 mocha . setup ( 'bdd' ) ;
19- </ script >
20- < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/chai.js "> </ script >
21- < script >
19+
2220 err = function ( fn , msg ) {
2321 try {
2422 fn ( ) ;
3230 }
3331 } ;
3432</ script >
33+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/assert.js "> </ script >
3534< script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/configuration.js "> </ script >
3635< 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 >
36+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/globalShould.js "> </ script >
3937< script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/plugins.js "> </ script >
38+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/should.js "> </ script >
4039< script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/utilities.js "> </ script >
4140< script >
4241 mocha . run ( ) ;
You can’t perform that action at this time.
0 commit comments