Skip to content

Commit 42fc052

Browse files
committed
Syntax highlighting
1 parent 6b14130 commit 42fc052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Run async mocha specs in parallel.
55
[![Build Status](https://travis-ci.org/danielstjules/mocha.parallel.svg?branch=master)](https://travis-ci.org/danielstjules/mocha.parallel)
66

77
```
8-
/**
8+
/** javascript
99
* Builds the test suite dynamically to allow for parallel execution of the
1010
* individual specs. While each spec is ran in parallel, specs resolve in
1111
* series, leading to deterministic output. Expects an array of names,

0 commit comments

Comments
 (0)