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 6e25b08 commit 387b0b8Copy full SHA for 387b0b8
test/inspector/test-bindings.js
@@ -69,8 +69,8 @@ function testSampleDebugSession() {
69
actual = v['value']['value'];
70
expected = expects[v['name']][i];
71
if (actual !== expected) {
72
- failures.push('Iteration ' + i + ' variable: ' + v['name'] +
73
- ' expected: ' + expected + ' actual: ' + actual);
+ failures.push(`Iteration ${i} variable: ${v['name']} ` +
+ `expected: ${expected} actual: ${actual}`);
74
}
75
76
};
0 commit comments