All files / app/features/translate constants.ts

75% Statements 6/8
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 72x 2x 2x 2x   270x  
const HIDDEN_CUTOFF = 20;
const SELECTOR_CUTOFF = 50;
const ALMOST_DONE_CUTOFF = 80;
const COMPLETE_CUTOFF = 100;
 
export { ALMOST_DONE_CUTOFF, COMPLETE_CUTOFF, HIDDEN_CUTOFF, SELECTOR_CUTOFF };