mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-02-11 17:29:15 +00:00
27 lines
632 B
JSON
27 lines
632 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|