class/nodejs

21/04/28 (nodejs) mocha test framework install

tech-lover 2021. 4. 28. 23:21

mocha install

$ npm install mocha -g # global install
$ npm install mocha --save-dev # local install

mocha 실행

$ mocha testscript.js

'class > nodejs' 카테고리의 다른 글

21/04/28 mocha module test  (0) 2021.04.29