forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
18 lines (18 loc) · 989 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "cht-config-default",
"version": "0.1.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"eslint": "npx eslint *.json test/**/*.js",
"test": "npm run eslint && npm run test-unit",
"test-forms": "npm run eslint && TZ=Africa/Nairobi mocha --reporter spec test/forms/**/*.spec.js --timeout 10000",
"test-tasks": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/tasks/*.spec.js --timeout 10000",
"test-targets": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/targets/*.spec.js --timeout 10000",
"test-contact-summary": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/contact-summary/*.spec.js --timeout 10000",
"test-contact-summary-extras": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/contact-summary-extras/*.spec.js --timeout 10000",
"test-unit": "TZ=Africa/Nairobi mocha --recursive --reporter spec test --timeout 20000"
}
}