File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="utf-8 ">
55 < title > Mocha</ title >
6- < link rel ="stylesheet " href ="https://cdnjs.cloudflare. com/ajax/libs/ mocha/4.0.1/ mocha.min .css ">
6+ < link rel ="stylesheet " href ="https://unpkg. com/mocha/mocha.css ">
77 < link rel ="shortcut icon " href ="../favicon.ico ">
88 </ head >
99 < body >
1010 < div id ="mocha "> </ div >
11- < script src ="https://cdnjs.cloudflare. com/ajax/libs/ mocha/4.0.1/ mocha.min .js "> </ script >
12- < script src ="https://cdnjs.cloudflare. com/ajax/libs/ chai/4.1.2/ chai.min .js "> </ script >
11+ < script src ="https://unpkg. com/mocha/mocha.js "> </ script >
12+ < script src ="https://unpkg. com/chai/chai.js "> </ script >
1313 < script > mocha . setup ( 'bdd' ) </ script >
1414 < script > expect = chai . expect </ script >
1515 < script src ="Array.js "> </ script >
You can’t perform that action at this time.
0 commit comments