Thông số sự kiện trong kiểm tra đơn vị
- INDEXERS
Làm cách nào để chúng ta truy cập các tham số sự kiện trong các bài kiểm tra đơn vị?
Câu trả lời1
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