Skip to content
刘一笔的博客
Main Navigation
Home
技术学习
项目记录
年终回顾
阅读记录
闪念
编程工具
友链
若川博客
森淼
北风
Appearance
Menu
Return to top
On this page
node 的主要操作对象
操作系统
进程
文件系统
网络通讯
nodemon自动重启
监视代码修改,自动重启
npm i nodemon -g
node index.js
单元测试jest
安装jest库
npm i jest -g
jest index(目录名)
test
index.spec.js