(cls: string, expected: string)
| 6 | } |
| 7 | |
| 8 | export const testCSS = (cls: string, expected: string): void => { |
| 9 | expect(css(cls)).toBe(expected) |
| 10 | } |
| 11 | |
| 12 | // test class and prop, if expected === undefinded, will use cls as expected value |
| 13 | // examples: |
no test coverage detected
searching dependent graphs…