|
|
|
|
|
by lhnz
3622 days ago
|
|
Do others agree with the `getComponent` pattern described there? I do like it but I'm wary of moving away from the `beforeEach` pattern. The `beforeEach` pattern is much more common and is a consistent interface that engineers can easily pickup and won't need to recreate in every single test file. |
|