File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+
4
+ < head >
5
+ < title > Mocha</ title >
6
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
+ < link rel ="stylesheet " href ="node_modules/mocha/mocha.css " />
9
+ </ head >
10
+
11
+ < body >
12
+ < div id ="mocha ">
13
+ < p > < a href ="? "> Index</ a > </ p >
14
+ </ div >
15
+ < div id ="messages "> </ div >
16
+ < div id ="fixtures "> </ div >
17
+ < script src ="node_modules/mocha/mocha.js "> </ script >
18
+ < script src ="node_modules/systemjs/dist/system.js "> </ script >
19
+ < script >
20
+ mocha . setup ( 'bdd' ) ;
21
+ </ script >
22
+ < script src ="dist/temp/exceptionless-spec.js "> </ script >
23
+ < script >
24
+ mocha . run ( ) ;
25
+ </ script >
26
+ <!--<script data-main="test.config.js" src="node_modules/requirejs/require.js"></script>-->
27
+ </ body >
28
+ </ html >
You can’t perform that action at this time.
0 commit comments