File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
44
"ord" : " 0.1.1" ,
45
45
"parametric-svg-spec" : " git://github.com/parametric-svg/spec.git#5bda58c" ,
46
46
"raw-loader" : " 0.5.1" ,
47
+ "tap-dev-tool" : " 1.3.0" ,
47
48
"tap-spec" : " 2.2.2" ,
48
49
"tape-catch" : " 1.0.4" ,
49
50
"tosource" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < script src ="test .js "> </ script >
2
+ < script src ="runner .js "> </ script >
3
3
4
4
<!-- https://github.com/henrytseng/hostr/tree/1cfbe99#livereload -->
5
5
< script > document . write ( '<script src="http://' + ( location . host || 'localhost' ) . split ( ':' ) [ 0 ] + ':35729/livereload.js?snipver=1"></' + 'script>' ) </ script >
Original file line number Diff line number Diff line change
1
+ require ( 'tap-dev-tool/register' ) ;
2
+ require ( '../test' ) ;
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- entry : './test.js' ,
2
+ entry : './test/runner .js' ,
3
3
4
4
output : {
5
5
path : __dirname + '/.webpack' ,
6
- filename : 'test .js' ,
6
+ filename : 'runner .js' ,
7
7
} ,
8
8
9
9
module : { loaders : [ {
You can’t perform that action at this time.
0 commit comments