EmberJS-Testing Controllers
Testing Controllers
The below table shows some of the testing controllers in the Ember −
| S.N. | Testing Components & Description |
|---|---|
| 1 | Testing Controller Actions It tests the controller with some computed properties and defined actions. |
| 2 | Testing Controller Needs Controllers can have dependencies on the other controllers by using needs. |
Advertisements