Skip to content

chimpook/mochatest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:
$ npm init

Then change test section in package.js - set mocha.

$ npm install mocha chai --save-dev

Запуск:

$ npm run test

Запуск в режима слежения:

$ npm t -- --watch
t - сокращение от test
-- - означает, что дальнейшие параметры относятся не к npm, а к пакету, запускаемому внутри (т.е. к mocha)

About

Mocha test project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published