VSCode Jest 自動補全配置

一、添加 jestpackage.jsonjson

yarn add jest -D

二、安裝 @types/jestui

yarn add @types/jest

三、在根目錄添加/編輯 jsconfig.jsoncode

{
    "typeAcquisition": {
        "include": [
            "jest"
        ]
    }
}
相關文章
相關標籤/搜索