Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Updated readme to add syntax highlighting #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Usage

``` javascript
``` sh
webpack-dev-server "mocha!./cover-my-client-tests.js" --options webpackOptions.js
```

``` javascript
```js
// webpackOptions.js
module.exports = {
// your webpack options
Expand All @@ -29,7 +29,7 @@ module.exports = {
}
```

``` javascript
```js
// cover-my-client-tests.js
require("./my-client-tests");

Expand All @@ -45,4 +45,4 @@ You don't have to combine it with the mocha loader, it's independent. So if you

## License

MIT (http://www.opensource.org/licenses/mit-license.php)
MIT (http://www.opensource.org/licenses/mit-license.php)