We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28c394 commit 3972dfeCopy full SHA for 3972dfe
src/service.js
@@ -101,7 +101,7 @@ export default class LambdaRestService {
101
}
102
103
this._currrentTestTitle = test?.parent;
104
- this._currrentTestTitle = this._currrentTestTitle + " - " + test?.title;
+ this._currrentTestTitle = `${this._currrentTestTitle} - ${test?.title}`;
105
106
if (test.title && !this._testTitle) {
107
this._testTitle = test.title;
0 commit comments