check-tests icon indicating copy to clipboard operation
check-tests copied to clipboard

String concatenation in test titles

Open DavertMik opened this issue 1 year ago • 0 comments

Users should use string literals instead of + in test titles:

BAD                                           GOOD
'test' + id + ' very important' => `test ${id} important`
  • [ ] Docs to use string literals instead (Most top, in Requirements)
  • [ ] Try to detect concatenation (or any extra things except string or string literal)

DavertMik avatar Feb 05 '24 12:02 DavertMik