ソースを参照

Added timeout.

tags/v1.0.0
Kalimuthu Selvaraj 5年前
コミット
1b78470f79
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      package.json

+ 1
- 1
package.json ファイルの表示

@@ -4,7 +4,7 @@
"description": "The package export ppt, pptx, odp and key files to pdf and/or img(png, jpg, jpeg and etc...).",
"main": "index.js",
"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/*",
"coverage": "nyc npm run test"
},

読み込み中…
キャンセル
保存