solidjs / solid-testing-library

Simple and complete Solid testing utilities that encourage good testing practices.
MIT License
201 stars 19 forks source link

Error: Failed to resolve entry for package "solid-testing-library". #25

Closed HyperGrapher closed 2 years ago

HyperGrapher commented 2 years ago

Version 0.4.0 tests are faling with the following error:

Error: Failed to resolve entry for package "solid-testing-library". The package may have incorrect main/module/exports specified in its package.json.

here is the repo: https://github.com/HyperGrapher/solid-boilerplate-with-router-and-gsap/actions/runs/3416557288/jobs/5705891534

shishkin commented 2 years ago

Building a package from main seems to work. @atk could you please release a new version?

atk commented 2 years ago

I have already prepared it the day before yesterday, but @ryansolid has to make the release. He was at the jamstack conference, so he couldn't do it in a timely manner.

atk commented 2 years ago

0.5.0 is released, which fixes this and adds a few other goodies. Please re-test.

HyperGrapher commented 2 years ago

thanks for quick remedy, you people rocks:)

shishkin commented 2 years ago

Yes, it works! Many thanks!

atk commented 2 years ago

Thanks for re-testing!