| 153 | |
| 154 | it('should render styles correctly from all nested style factories', () => { |
| 155 | const bgColor = color => css` |
| 156 | background-color: ${color}; |
| 157 | ` |
| 158 | |
| 159 | const Text = styled.Text` |
| 160 | color: hotpink; |
no test coverage detected
searching dependent graphs…