DEV Community

Discussion on: Testing Solid.js code beyond jest

Collapse
 
peerreynders profile image
peerreynders

Thanks for solid-register as it made my latest experiment possible.

Initially I was concerned that it may not work without a DOM surrogate (which was my entire focus) but as it turns out that concern was unfounded.

I had some initial issues that forced me to go with the command line flags rather than a configuration but now I have to wonder whether that was related to me using plain JavaScript ESM (*.mjs) files for the initial spike.

Once I had a stable TypeScript configuration everything seemed to just work.

Anyway the information in your testing articles were a learning experience.

Thank You again!

Collapse
 
lexlohr profile image
Alex Lohr

The only thing that I would like to improve in solid-register is the overly long stack traces. Haven't got an idea yet how to, though.