{ "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" } ] }