 
	
	“Fake” e2e tests with react-testing-library
How to run fake e2e tests using react-testing-librabry? Here's a quick tutorial on how to speed up your feedback loop when working in front end applications.
 
	
	How to run fake e2e tests using react-testing-librabry? Here's a quick tutorial on how to speed up your feedback loop when working in front end applications.
 
	
	Most developers are familiar with the concept of imperative and declarative programming. Imperative programming is when you provide the program with the exact steps to achieve the output with an emphasis on how. Declarative programming is a coding style where you focus on what the piece should achieve with less...