DEV Community

Discussion on: Let's Build Web Components! Part 5: LitElement

Collapse
 
gugadev profile image
Gustavo Garsaky

Hi, Benny. Great post. I have a question: is there a package like React's Enzyme for Web Components to use with Jest? Or what option could I choose for TDD?

Collapse
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦

Take a look at open-wc.org/testing

Collapse
 
gugadev profile image
Gustavo Garsaky

Thanks Benny! I ended up with Karma and Mocha :)

Thread Thread
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦

Great! It's what I'm using for Apollo Elements and so far so good