github
739 of 2181 branches covered (33.88%)
Branch coverage included in aggregate %.
426 of 426 new or added lines in 16 files covered. (100.0%)
3224 of 5067 relevant lines covered (63.63%)
165.32 hits per line
1 |
let locationId = 0;
|
|
|
export const getLocationId = () => { |
21✔ |
|
return String(++locationId);
|
21✔ |
|
}; |
21✔ |
|
|
21✔ |
|
let flowId = 0;
|
× |
7 |
export const getFlowId = () => { |
|
|
return String(++flowId);
|
21✔ |
|
}; |
21✔ |