Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TestRenderer from Dialog and Disclosure tests #101

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

davepar
Copy link
Contributor

@davepar davepar commented Jun 6, 2022

Not sure if this is helpful, but I noticed your note on #47 about changing the tests over to use svelte-inline-compile. I did that for the Dialog and Disclosure components, as they looked easiest. If this is useful I can work on the others, too.

@vercel
Copy link

vercel bot commented Jun 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
svelte-headlessui ✅ Ready (Inspect) Visit Preview Jun 6, 2022 at 2:03PM (UTC)

render(svelte`
<Disclosure>
<DisclosureButton>Trigger</DisclosureButton>
<DisclosurePanel static="true">Contents</DisclosurePanel>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a boolean, I'll just merge and fix myself

@rgossiaux
Copy link
Owner

Thanks a lot for the PR! 😄

@rgossiaux rgossiaux merged commit 96aadb9 into rgossiaux:master Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants