File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 20
20
.tmp
21
21
dist
22
22
.sass-cache
23
- app /bower_components
24
- test /bower_components
25
23
package
26
-
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > Mocha Spec Runner</ title >
6
- < link rel ="stylesheet " href ="../bower_components /mocha/mocha.css ">
6
+ < link rel ="stylesheet " href ="../node_modules /mocha/mocha.css ">
7
7
</ head >
8
8
< body >
9
9
< div id ="mocha "> </ div >
10
- < script src ="../bower_components /mocha/mocha.js "> </ script >
10
+ < script src ="../node_modules /mocha/mocha.js "> </ script >
11
11
< script > mocha . setup ( 'bdd' ) ; </ script >
12
- < script src ="../bower_components /chai/chai.js "> </ script >
12
+ < script src ="../node_modules /chai/chai.js "> </ script >
13
13
< script >
14
14
var assert = chai . assert ;
15
15
var expect = chai . expect ;
16
16
var should = chai . should ( ) ;
17
17
</ script >
18
- <!-- bower:js -->
19
- <!-- endbower -->
20
18
<!-- include source files here... -->
21
19
<!-- include spec files here... -->
22
20
< script src ="spec/test.js "> </ script >
You can’t perform that action at this time.
0 commit comments