Skip to content

Commit 64c3ca9

Browse files
committed
Expands Testing
This commit expeands testing to include all tests. Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
1 parent 947718c commit 64c3ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "nyc _mocha --recursive ./test/session.test.js --timeout=40000 --exit",
7+
"test": "nyc _mocha --recursive ./test/*.test.js --timeout=40000 --exit",
88
"coverage": "nyc report --reporter=text-lcov | coveralls",
99
"report": "nyc report --reporter=html",
1010
"examples": "node examples/index.js",

0 commit comments

Comments
 (0)