Sometimes, we want to detect swipe left in React Native. In this article, we’ll look…
Month: April 2022
Sometimes, we want to change font family for TextInput placeholder in React Native. In this…
Sometimes, we want to add a horizontal FlatList with multiple rows with React Native In…
Sometimes, we want to run a single test using Jest. In this article, we’ll look…
Sometimes, we want to test a single file using Jest. In this article, we’ll look…
In this article, we’ll look at what is the difference between ‘it’ and ‘test’ in…
Sometimes, we want to fix the error “Async callback was not invoked within the 5000…
Sometimes, we want to mock an ES6 module import using Jest. In this article, we’ll…
Sometimes, we want to use ESLint with Jest. In this article, we’ll look at how…
Sometimes, we want to test the type of a thrown exception in Jest. In this…