Passed
Push — master ( b9ad79...37a8a1 )
by Pawel
03:04
created

test/functional/selectors.ts   A

Complexity

Total Complexity 2
Complexity/F 1

Size

Lines of Code 4
Function Count 2

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 2
eloc 2
mnd 0
bc 0
fnc 2
dl 0
loc 4
rs 10
bpm 0
cpm 1
noi 0
c 0
b 0
f 0
1
export function byTestId(testId: string) {
2
    return `[data-test-id="${testId}"]`;
3
}
4