File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " jwt.io" ,
3
3
"version" : " 0.0.1" ,
4
4
"devDependencies" : {
5
+ "expect.js" : " ^0.3.1" ,
5
6
"grunt" : " ~0.4.2" ,
6
7
"grunt-contrib-clean" : " ~0.5.0" ,
7
8
"grunt-contrib-connect" : " ~0.6.0" ,
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > Mocha Tests</ title >
6
- < link rel ="stylesheet " href ="../node_modules/mocha/mocha.css " />
6
+ < link rel ="stylesheet " href ="../node_modules/grunt-mocha-phantomjs/node_modules/mocha-phantomjs/node_modules/ mocha/mocha.css " />
7
7
</ head >
8
8
< body >
9
9
< div id ="mocha "> </ div >
10
10
11
- < script src ="../node_modules/mocha/mocha.js "> </ script >
12
- < script src ="../node_modules/expect.js/expect .js "> </ script >
11
+ < script src ="../node_modules/grunt-mocha-phantomjs/node_modules/mocha-phantomjs/node_modules/ mocha/mocha.js "> </ script >
12
+ < script src ="../node_modules/expect.js/index .js "> </ script >
13
13
14
14
< script >
15
15
if ( typeof mocha === 'undefined' ) {
You can’t perform that action at this time.
0 commit comments