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

Added tests to the sl-animated-images component #1246

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

dhellgartner
Copy link
Contributor

Just added a few more tests

@vercel
Copy link

vercel bot commented Mar 15, 2023

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

Name Status Preview Updated
shoelace ✅ Ready (Inspect) Visit Preview Mar 15, 2023 at 11:20PM (UTC)


describe('<sl-animated-image>', () => {
it('should render a component', async () => {
const el = await fixture(html` <sl-animated-image></sl-animated-image> `);
const animatedImage = await fixture(html` <sl-animated-image></sl-animated-image> `);
Copy link
Member

Choose a reason for hiding this comment

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

Nice. I like seeing this over el everywhere. Makes things easier to read. Might be worth adding to #1223.

@claviska claviska merged commit 7b2f6f2 into shoelace-style:next Mar 20, 2023
yuki24 pushed a commit to yuki24/shoelace that referenced this pull request May 28, 2023
Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
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.

None yet

2 participants