✅ Unit testing
Hi chat, should i unit test actions like that? i mean... like... is it any point in that?
i mean, i could test that. but don't see any point do test previous 2
1 Reply
I only unit test code that represents a provable "competitive advantage", the things in code that I can prove work and continue to work, that also keep the lights on. Past that I just call my entry points pumping in scenarios that I expect to work a certain way.