File tree 8 files changed +8
-4146
lines changed
8 files changed +8
-4146
lines changed Original file line number Diff line number Diff line change 13
13
< div id ="mocha "> </ div >
14
14
</ div >
15
15
</ div >
16
- < script src ="{{site.github.url}}/js/tests/mocha.js "> </ script >
16
+ < script src ="{{ site.github.url }}/js/tests/mocha.js "> </ script >
17
17
< script >
18
18
mocha . setup ( 'tdd' ) ;
19
19
</ 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 >
21
21
< script >
22
22
err = function ( fn , msg ) {
23
23
try {
32
32
}
33
33
} ;
34
34
</ 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 >
41
41
< script >
42
42
onload = function ( ) {
43
43
mocha . run ( ) ;
You can’t perform that action at this time.
0 commit comments