You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import type { AppInstance, PageInstance } from '@tarojs/runtime'
import type { PageResizeObject, PageScrollObject, ShareAppMessageObject, TabItemTapObject } from '@tarojs/taro'
import stacks from '@tarojs/router/dist/router/stack'
...
期望结果
依赖引用和声明统一,避免执行报错
Cannot find module '@tarojs/router/dist/router/stack' from 'node_modules/@tarojs/test-utils-shared/dist/lifecycle.js'
The text was updated successfully, but these errors were encountered:
问题描述
@tarojs/test-utils-shared
包的package.json
test-utils-shared/src/lifecycle.ts
用到了devDependencies
的依赖期望结果
依赖引用和声明统一,避免执行报错
The text was updated successfully, but these errors were encountered: