File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22coverage /
3- node_modules /
3+ node_modules /
4+
5+ index.html
6+ bundle.js
Original file line number Diff line number Diff line change 44 "description" : " Asynchronous image loader" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " node ./tests/image-loadr.js"
7+ "test" : " node ./tests/node/ image-loadr.js"
88 },
99 "repository" : {
1010 "type" : " git" ,
2626 },
2727 "devDependencies" : {
2828 "function-bind" : " ~0.1.0" ,
29- "tape" : " ~2.10.2"
29+ "tape" : " ~2.10.2" ,
30+ "htmlimage" : " ~1.0.2"
3031 },
3132 "testling" : {
32- "files" : " tests/* .js" ,
33+ "files" : " tests/image-loadr .js" ,
3334 "browsers" : [
3435 " android-browser/4.2..latest" ,
3536 " chrome/22..latest" ,
Original file line number Diff line number Diff line change 1+ "use strict" ;
2+
3+ global . Image = require ( 'htmlimage' ) . Image ;
4+
5+ require ( '../image-loadr' ) ;
You can’t perform that action at this time.
0 commit comments