找不到模块儿‘../src/ts-axios’的类型声明
来源:12-3 辅助模块单元测试 准备工作

qq_洌_0
2020-11-11
● Test suite failed to run
FAIL test/ts-axios.test.ts
test/ts-axios.test.ts:1:24 - error TS2307: Cannot find module '../src/ts-axios' or its corresponding type declarations.
1 import DummyClass from '../src/ts-axios'
写回答
1回答
-
qq_洌_0
提问者
2020-11-11
不知道什么时候生成了ts-axios.test.ts文件,删了这个文件就好了,但是删了真的合适么?
012020-11-12
相似问题