wechat-miniprogram / miniprogram-simulate

小程序自定义组件测试工具集
MIT License
501 stars 66 forks source link

invalid componentPath #74

Closed Mr-Rain closed 3 years ago

Mr-Rain commented 3 years ago

文件结构如下:

目录: D:\homework\SoftwareTesting\wxapp_xpu-master\components
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----          2021/5/6     21:25            138 index.js
-a----          2021/5/7      1:11            691 index.test.js
-a----          2021/5/6     21:24             68 index.wxml
-a----          2021/5/6     21:25             58 index.wxss

测试文件出错位置

test('index', () => {
    const id = simulate.load('/components/index')

会报错invalid componentPath: /components/index,但是我尝试改过很多次路径了都没有用,请问是哪里出问题了么

Mr-Rain commented 3 years ago

哈哈教训就是,别看网上教程,必须有component.json文件