check-tests
check-tests copied to clipboard
String concatenation in test titles
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)