#testing
Read more stories on Hashnode
Articles with this tag
Gherkin (or Cucumber, or a lot of vegetable names for different forks and variants of it) is a language that is used to describe test scenarios. It...
In previous episode, fileInfo function in preload.js got quite long, so let's write some tests. We can start by installing jest, which looks like the...