We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4928b31 commit 23136d2Copy full SHA for 23136d2
README.md
@@ -12,8 +12,8 @@ npm install --save mocha.parallel
12
13
## Overview
14
15
-```
16
-/** javascript
+``` javascript
+/**
17
* Builds the test suite dynamically to allow for parallel execution of the
18
* individual specs. While each spec is ran in parallel, specs resolve in
19
* series, leading to deterministic output. Expects an array of names,
0 commit comments