Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 4 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | export function byTestId(testId: string) { |
||
2 | return `[data-test-id="${testId}"]`; |
||
3 | } |
||
4 |