gpt4 book ai didi

node.js - VS Code 无法识别 Jest,使用 Intellisense 下划线

转载 作者:太空宇宙 更新时间:2023-11-03 22:42:04 27 4
gpt4 key购买 nike

我正在 Typescript 项目中使用 VS Code,该项目使用 Jest 进行测试。由于某种原因,VS Code 认为 Jest 全局变量不可用:

VS Code intellisense underlining Jest in red

我在我的开发依赖项中安装了 Jest typedef。

"devDependencies": {
// ...truncated
"@types/jest": "^20",
"jest": "^20.0.4",
"ts-jest": "^20.0.7",
"ts-node": "^5.0.0",
"typescript": "~2.4.0"
}

最佳答案

这里的正确答案是,在 jest 全局对象对智能感知可见之前, typescript 需要 jest 的类型声明。

将此三斜杠指令添加到测试文件的开头:

/// <reference types="jest" />

关于node.js - VS Code 无法识别 Jest,使用 Intellisense 下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49591242/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com