We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b14130 commit 42fc052Copy full SHA for 42fc052
README.md
@@ -5,7 +5,7 @@ Run async mocha specs in parallel.
5
[](https://travis-ci.org/danielstjules/mocha.parallel)
6
7
```
8
-/**
+/** javascript
9
* Builds the test suite dynamically to allow for parallel execution of the
10
* individual specs. While each spec is ran in parallel, specs resolve in
11
* series, leading to deterministic output. Expects an array of names,
0 commit comments