Custom theme & testing: Vite manifest not found
Hi all,
Quick question on using a custom theme and testing. When using a custom theme, locally through vite and compiled on production using vite build, this works fine!
However, when running the tests (locally or in the CI pipeline) neither is available of course, so I get Vite manifest not found at: ... .json. (Vite is not running and the assets are not built for production)
How do you guys deal with asset compiling and testing?
2 Replies
Check out Disabling Vite in Tests
thanks @dissto that did the trick!