Parámetros de eventos en pruebas unitarias
- INDEXERS
¿Cómo accedemos a los parámetros de los eventos en las pruebas unitarias?
答案1
Am I misunderstanding this? At first, I assumed that the parameters array was somehow being transformed into the params object we access in the handler, but after logging some things to see the actual values at runtime I see that is not the case