Medium post link

Test styled components in React efficiently using 'displayName'

Find the relevant code examples at github. Clone the repository to follow along, if you want. There are two folders with same example, one of them uses displayName for styled components, while the other doesn't. We will start with the code which does not contain displayName to understand the issues.