Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcopley committed Sep 12, 2024
1 parent cb159b4 commit f80c752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-harness/wires/test/child_component.cfm
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<cfscript>
// @startWire
function placeholder() {
return "<div>placeholder</div>";
}
// @endWire
</cfscript>

Expand Down

0 comments on commit f80c752

Please sign in to comment.