4

GitHub - ruanyf/mocha-demos: a collection of simple demos of Mocha

 2 years ago
source link: https://github.com/ruanyf/mocha-demos
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

This repo is for my article "A Mocha tutorial of Examples" (in Chinese).

"Mocha is a feature-rich JavaScript test framework running on Node.js and the browser, making asynchronous testing simple and fun."

-- Mochajs.org

How to use

First, clone the repo.

$ git clone https://github.com/ruanyf/mocha-demos.git

Then, install the dependencies locally and Mocha globally.

$ cd mocha-demos
$ npm install
$ npm install --global mocha

Enter the demo01 subdirectory.

$ mocha add.test.js

Now, play with the other examples under the repo's demo* directories.

Index

License


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK