Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Nov 24, 2024
1 parent 24d86b5 commit bc55459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/tests/tests/GlobalComponent.mint
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
global component GlobalTest {
style root {
display: none;
}

fun render : Html {
<div class="global-component"/>
}
Expand Down
Loading

0 comments on commit bc55459

Please sign in to comment.