Skip to content

Commit e744187

Browse files
fix: broken perf test (#5529)
1 parent 0cc9dbd commit e744187

File tree

1 file changed

+0
-4
lines changed
  • packages/@lwc/perf-benchmarks-components/src/benchmark/expression

1 file changed

+0
-4
lines changed

packages/@lwc/perf-benchmarks-components/src/benchmark/expression/expression.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,4 @@
3030
<div class="{expr1() === 'bar' ? 'matched' : 'not-matched'}">
3131
{expr1() === 'bar' ? 'String comparison works!' : 'String comparison failed'}
3232
</div>
33-
34-
<p data-object="{JSON.stringify({nested: expr2, computed: expr1()})}">
35-
{`Object: ${JSON.stringify({nested: expr2, computed: expr1()})}`}
36-
</p>
3733
</template>

0 commit comments

Comments
 (0)