Skip to main content
Skip to footer
Articles
Articles
Tag:
Testing
How To Fix: Jest Did Not Exit
October 23, 2019
I was recently doing some work on a Node.JS project and I decided to use Knex.js with Objection.js for my…
Your First Test: The Launch Test
March 6, 2018
I get it. Your application (mobile app or web app) doesn’t have tests and … well … you’re scared anytime…
Android MVVM with DataBinding – Removing Logic from Your Views with BindingAdapters
October 20, 2017
One of the things that's great about MVVM (I’m using data binding in my implementation) is the lack of the…