jfpedroza / neotest-elixir

Neotest adapter for Elixir
MIT License
38 stars 10 forks source link

feat: Embed a JSON encoder #9

Closed jfpedroza closed 1 year ago

jfpedroza commented 1 year ago

Adds a custom implementation of a JSON encoder. Doesn't use protocols, as consolidating takes a lot of time.

This way we don't care if a project has a JSON library available.

Closes #4

jfpedroza commented 1 year ago

@ajayvigneshk In case you want to give it a try before merging!

ajayvigneshk commented 1 year ago

Works well @jfpedroza ! All TODO items are done 🎉 !

jfpedroza commented 1 year ago

Great. Time to add more TODO items.