add more React testing notes

This commit is contained in:
thomasabishop 2023-01-18 16:05:50 +00:00
parent c27c1dc441
commit adbccabb75

View file

@ -0,0 +1,12 @@
---
categories:
- Programming Languages
tags:
- javascript
- react
- testing
---
# Testing that functions are called on click events
https://stackoverflow.com/a/73167308