Browse Source

Added timeout.

tags/v1.0.0
Kalimuthu Selvaraj 5 years ago
parent
commit
1b78470f79
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

"description": "The package export ppt, pptx, odp and key files to pdf and/or img(png, jpg, jpeg and etc...).", "description": "The package export ppt, pptx, odp and key files to pdf and/or img(png, jpg, jpeg and etc...).",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"test": "node_modules/.bin/mocha --reporter spec --timeout 1500000",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*", "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"coverage": "nyc npm run test" "coverage": "nyc npm run test"
}, },

Loading…
Cancel
Save