File tree Expand file tree Collapse file tree 5 files changed +6
-2546
lines changed Expand file tree Collapse file tree 5 files changed +6
-2546
lines changed Original file line number Diff line number Diff line change 48
48
"jshint-stylish" : " ^2.0.1" ,
49
49
"karma" : " ^0.13.9" ,
50
50
"karma-phantomjs-launcher" : " ^0.2.1" ,
51
- "karma-qunit" : " ^0.1.5"
51
+ "karma-qunit" : " ^0.1.5" ,
52
+ "qunitjs" : " ^1.19.0"
52
53
}
53
54
}
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< title > QUnit</ title >
4
- < link rel ="stylesheet " href ="qunit.css ">
4
+ < link rel ="stylesheet " href ="../node_modules/qunitjs/qunit/ qunit.css ">
5
5
< meta charset ="utf-8 ">
6
6
</ head >
7
7
< body >
8
8
< div id ="qunit "> </ div >
9
9
< div id ="qunit-fixture "> </ div >
10
10
11
- < script src ="qunit.js "> </ script >
12
- < script type ="text/javascript " src ="https://ajax.googleapis.com/ajax/libs/ jquery/1.11.0 /jquery.min.js "> </ script >
11
+ < script src ="../node_modules/qunitjs/qunit/ qunit.js "> </ script >
12
+ < script type ="text/javascript " src ="../bower_components/ jquery/dist /jquery.min.js "> </ script >
13
13
< script src ="../bower_components/speakingurl/speakingurl.min.js "> </ script >
14
- < script src ="../jquery.stringToSlug.js "> </ script >
14
+ < script src ="../dist/ jquery.stringToSlug.min .js "> </ script >
15
15
< script src ="tests.js "> </ script >
16
16
</ body >
17
17
</ html >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments