4
lorentz
2y

Slacking off on tests for medium size projects. I have one project that I consider a major achievement as of today, the NPM package @lbfalvy/react-await. It has like two tests and it does a _lot_ more than two things.

Don't get me wrong, I test it thoroughly, but not in an automated way.

Comments
  • 1
    The entire thing is based on async so it's a pain in the ass to automate, but I could've still done something with Selenium or whatever.
  • 2
    Web developers ☕️
  • 0
    @lorentz is there no way to unitise parts of it to minimise async setup hell (e.g. moving checks and object building out to other places)?
Add Comment