We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b506144 commit d50704fCopy full SHA for d50704f
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