npm install --global mocha #全局安装 npm install --save-dev mocha #局部安装 mkdir test/unit #新建测试文件夹 code test/unit/test.js #使用VSCode打开文件,当然 ...
確定! 回上一頁