Wow - I knew it'll be easy, but that solved the issue! Thanks!
2 years ago
0
0
1
0
Wow - I knew it'll be easy, but that solved the issue! Thanks!
First posts here, and then it's a jest question: I'm spying on console.log, and I expect one of n calls to contain (I can't check for full equality for reasons) a specified string. I also don't know which call contains the string. I know this should be pretty simple, but I can't get it to work.