File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
< script src ="{{site.github.url}}/js/jquery-mousewheel.js "> </ script >
15
15
< script src ="{{site.github.url}}/js/antiscroll.js "> </ script >
16
16
< 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 >
17
18
18
19
< link rel ='stylesheet ', href ="{{site.github.url}}/css/antiscroll.css " type ="text/css " media ="all ">
19
20
< 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 16
16
< script src ="{{ site.github.url }}/js/mocha.js "> </ script >
17
17
< script >
18
18
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
+
22
20
err = function ( fn , msg ) {
23
21
try {
24
22
fn ( ) ;
32
30
}
33
31
} ;
34
32
</ script >
33
+ < script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/assert.js "> </ script >
35
34
< script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/configuration.js "> </ script >
36
35
< 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 >
39
37
< 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 >
40
39
< script src ="https://cdn.rawgit.com/chaijs/chai/{{ site.data.releases[0].tag_name }}/test/utilities.js "> </ script >
41
40
< script >
42
41
mocha . run ( ) ;
You can’t perform that action at this time.
0 commit comments