-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(moderation): only list email of user with the same family name (#…
…342)
- Loading branch information
1 parent
ed30786
commit 84c9e15
Showing
12 changed files
with
271 additions
and
155 deletions.
There are no files selected for viewing
10 changes: 2 additions & 8 deletions
10
packages/hono-slotify/src/__snapshots__/indext.test.tsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
// Bun Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Basic render 1`] = `"<div>beforecomponent<div>beforeslot IN_SLOT afterslot; ownChildren: BEFORE_SLOTAFTER_SLOT</div>aftercomponent</div>"`; | ||
|
||
exports[`Renderer undefined childs 1`] = `"<div>beforecomponent<div>beforeslot undefined afterslot; ownChildren: BEFORE_SLOTAFTER_SLOT</div>aftercomponent</div>"`; | ||
|
||
exports[`render basic slot 1`] = `"<div>beforecomponent<div>beforeslot IN_SLOT afterslot; ownChildren: BEFORE_SLOTAFTER_SLOT</div>aftercomponent</div>"`; | ||
|
||
exports[`eender undefined childs 1`] = `"<div>beforecomponent<div>beforeslot undefined afterslot; ownChildren: BEFORE_SLOTAFTER_SLOT</div>aftercomponent</div>"`; | ||
|
||
exports[`render undefined childs 1`] = `"<div>beforecomponent<div>beforeslot undefined afterslot; ownChildren: BEFORE_SLOTAFTER_SLOT</div>aftercomponent</div>"`; | ||
|
||
exports[`render default content if slot is not used 1`] = `"<main>beforecomponent<pre>beforeslotDEFAULT_SLOT_CONTENTafterslot; ownChildren: Slot not used</pre>aftercomponent</main>"`; | ||
|
||
exports[`pass default children to function 1`] = `"<main><pre><div>foo=DEFAULT_SLOT_CONTENT</div></pre></main>"`; | ||
|
||
exports[`pass parameters 1`] = `"<main><pre><div>foo=bar</div></pre></main>"`; | ||
|
||
exports[`pass default children to function 1`] = `"<main><pre><div>foo=DEFAULT_SLOT_CONTENT</div></pre></main>"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.