Commit d1024a3 1 parent 1d570e0 commit d1024a3 Copy full SHA for d1024a3
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< 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 ">
7
7
< link rel ="shortcut icon " href ="../favicon.ico ">
8
8
</ head >
9
9
< body >
10
10
< 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 >
13
13
< script > mocha . setup ( 'bdd' ) </ script >
14
14
< script > expect = chai . expect </ script >
15
15
< script src ="Array.js "> </ script >
You can’t perform that action at this time.
0 commit comments