Skip to content

String concatenation in test titles #144

@DavertMik

Description

@DavertMik

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)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions