Skip to content

Commit 2036267

Browse files
committed
Revises Package Scripts
This commit revises package scripts to run all project tests. Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
1 parent d13a7dd commit 2036267

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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=15000 --exit",
8-
"test-sessions": "_mocha ./test/session.test.js --timeout=15000 --exit",
7+
"test": "nyc _mocha --recursive ./test/*.test.js --timeout=15000 --exit",
98
"coverage": "nyc report --reporter=text-lcov | coveralls",
109
"report": "nyc report --reporter=html",
1110
"examples": "node examples/index.js",
@@ -86,4 +85,4 @@
8685
"varium": "^2.0.6"
8786
},
8887
"snyk": true
89-
}
88+
}

0 commit comments

Comments
 (0)