rubyvideo
rubyvideo copied to clipboard
Assets needs to be clear regulary for test suite to pass
On a regular basis I need to run this command to clear my assets for my test suite to succeed
bin/vite build --clear --mode=test
I have became used to it, but I think for new commers this is pretty hawkard experience.
Not sure if this is a problem with the way Vite is setup ? Or maybe we should force a rebuild before all tests?
I have no issue in devcontainer. Can you share the error message on ur end?