In order to include .vue files from mocha testing, you can use a tool like vue-test-utils along with a bundler like webpack. Vue files can contain template, script, and style blocks, so you will need to set up your testing environment to handle these appropriately. This may involve configuring webpack to recognize and process .vue files, as well as using vue-test-utils to mount and test your Vue components. By setting up your testing environment in this way, you can easily include .