| 9 | > |
| 10 | |
| 11 | export interface StyleRuleOptions { |
| 12 | target?: string |
| 13 | media?: string |
| 14 | } |
| 15 | |
| 16 | export interface EmotionMatchers extends jest.ExpectExtendMap { |
| 17 | toHaveStyleRule( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…