Marcin WosinekforHow to devhow-to.dev·Feb 8, 2024Pure functions and basic tests in JasminePure functions are the perfect case for unit testing. For a given input, we always expect the same output—there is no internal state involved. Let’s take a look at a few examples and some simple tests that check if the methods work as expected. Jasmi...348 readsTestingAdd a thoughtful commentNo comments yetBe the first to start the conversation.