All files / app/features/translate constants.ts

83.33% Statements 5/6
100% Branches 0/0
100% Functions 0/0
100% Lines 4/4

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

1 2 3 4 5 61x 1x 1x   450x  
const HIDDEN_CUTOFF = 20;
const ALMOST_DONE_CUTOFF = 80;
const COMPLETE_CUTOFF = 100;
 
export { ALMOST_DONE_CUTOFF, COMPLETE_CUTOFF, HIDDEN_CUTOFF };