Question
Trying to figure out how to implement Jest with Vue which is loaded from a CDN on Apache. This is not clear in this article.
Not everyone uses Node. I am creating an application purposely independent of Node. It’s a standalone code exercise, so it must be able to run on any server… I am loading Vue through a CDN. How do I implement Jest for application testing?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×