ft/aurelia_project/tasks/test.json

27 lines
632 B
JSON
Raw Normal View History

2017-06-09 08:09:06 +00:00
{
"name": "test",
"description": "Runs all unit tests and reports the results.",
"flags": [
{
"name": "env",
"description": "Sets the build environment.",
"type": "string"
},
{
"name": "watch",
"description": "Watches test files for changes and re-runs the tests automatically.",
"type": "boolean"
},
{
"name": "bl",
"description": "Test only the Business Logic (non-UI e.g. reducers) code via Jest.",
"type": "boolean"
},
{
"name": "ui",
"description": "Test only the UI components via Karma.",
"type": "boolean"
}
]
}