using beforeEach in your tests instead of functions just leads to more mutable state and more coupling to your testing framework. just use functions
Discussion
No replies yet.
using beforeEach in your tests instead of functions just leads to more mutable state and more coupling to your testing framework. just use functions
No replies yet.