Feature request as suggested in https://github.com/vuejs/vue-test-utils/issues/271#issuecomment-356690053 Please add support for HTML templates. Main use case is Vue single file components. Example of unsupported use case: https://jsfiddle.net/h0bnmk5d/1/ And the current work around is to refactor into component `template` property: https://jsfiddle.net/h0bnmk5d/2/