@testing-library/angular
Version:
Test your Angular components with the dom-testing-library
31 lines (30 loc) • 768 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsTestingLibraryAngular",
"title": "testing-library-angular",
"type": "object",
"properties": {
"installJestDom": {
"type": "boolean",
"description": "Install jest-dom as a dependency.",
"$default": {
"$source": "argv",
"index": 0
},
"default": false,
"x-prompt": "Would you like to install jest-dom?"
},
"installUserEvent": {
"type": "boolean",
"description": "Install user-event as a dependency.",
"$default": {
"$source": "argv",
"index": 1
},
"default": false,
"x-prompt": "Would you like to install user-event?"
}
},
"additionalProperties": false,
"required": []
}