Unit testing can be hard. It’s even harder when state leaks between tests. The SIFERS method eliminates shared state and the problematic ‘beforeEach’ step. In this talk we’ll cover the theory behind SIFERS testing, create some examples, and discuss how to get started in your application.