jest (1) 수정중...
2021-06-03 00:58

jest (1) 수정중...

installation 
(1) 설치
yarn add jest
yarn add jest-cli -D
"scripts": {
"dev": "babel-node index.js",
"test": "jest"
},
 
 
(2)...
test (jest, mocha...)
001

댓글