如何测试使用“ vue-resource”的组件?

时间:2018-11-04 15:48:24

标签: vue.js vue-resource vue-cli-3

我有一些使用vue-resource软件包的组件,但是当我尝试运行使用任何导入vue-resource组件的测试时,却遇到了错误。

要重现该错误:

> vue create hello-world
> npm install vue-resource
编辑example.spec.js文件以包含import VueResource from 'vue-resource'

运行npm run test:unit时,我得到了:

Error

我错过了什么吗?

0 个答案:

没有答案