@testing-library/angular
Version:
Test your Angular components with the dom-testing-library
16 lines (15 loc) • 453 B
JSON
{
"schematics": {
"ng-add": {
"aliases": ["init"],
"factory": "./ng-add",
"schema": "./ng-add/schema.json",
"description": "Add @testing-library/angular to your application"
},
"migrate-to-zoneless": {
"factory": "./migrate-to-zoneless",
"schema": "./migrate-to-zoneless/schema.json",
"description": "Migrate imports from @testing-library/angular to @testing-library/angular/zoneless"
}
}
}