Add test for auto resize
Showing
examples/expectedInlineResize.docx
0 → 100644
File added
... | ... | @@ -6,7 +6,7 @@ |
"scripts": { | ||
"test:coverage": "istanbul cover _mocha -- es6/test.js", | ||
"compile": "rimraf js && mkdirp js && babel es6 --out-dir js", | ||
"preversion": "npm test && npm run compile && npm run browserify && npm run uglify", | ||
"preversion": "npm test && npm run browserify && npm run uglify", | ||
"test:compiled": "mocha js/test.js", | ||
"test:es6": "mocha es6/test.js", | ||
"lint": "eslint .", | ||
... | ... | @@ -22,6 +22,7 @@ |
"chai": "^3.4.1", | ||
"docxtemplater": "^3.0.0", | ||
"eslint": "^3.15.0", | ||
"image-size": "^0.5.1", | ||
"istanbul": "^0.4.5", | ||
"jszip": "^2.6.1", | ||
"mkdirp": "^0.5.1", | ||
... | ... |
Please
register
or
sign in
to comment