We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b506144 + d50704f commit f5edc39Copy full SHA for f5edc39
package.json
@@ -4,7 +4,7 @@
4
"description": "A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.",
5
"main": "index.js",
6
"scripts": {
7
- "test": "nyc _mocha --recursive ./test/*.test.js --timeout=40000 --exit",
+ "test": "nyc _mocha --recursive ./test/*.test.js --timeout=50000 --exit",
8
"coverage": "nyc report --reporter=text-lcov | coveralls",
9
"report": "nyc report --reporter=html",
10
"examples": "node examples/index.js",
0 commit comments