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