Skip to content

Commit 4928b31

Browse files
committed
Add installation
1 parent 42fc052 commit 4928b31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Run async mocha specs in parallel.
44

55
[![Build Status](https://travis-ci.org/danielstjules/mocha.parallel.svg?branch=master)](https://travis-ci.org/danielstjules/mocha.parallel)
66

7+
## Installation
8+
9+
```
10+
npm install --save mocha.parallel
11+
```
12+
13+
## Overview
14+
715
```
816
/** javascript
917
* Builds the test suite dynamically to allow for parallel execution of the

0 commit comments

Comments
 (0)