Skip to content

Commit

Permalink
added comment to run-tests.js clarifying the purpose of the `sequenti…
Browse files Browse the repository at this point in the history
…alMap`

[ci-skip]
  • Loading branch information
xpl authored Aug 13, 2017
1 parent 4354541 commit 6e994bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ const exec = (bin, ...args) =>

let numExchangesTested = 0

/* ------------------------------------------------------------------------ */
/* Tests of different languages for the same exchange should be run
sequentially to prevent the interleaving nonces problem.
------------------------------------------------------------------------ */

const sequentialMap = async (input, fn) => {

Expand Down Expand Up @@ -189,4 +191,4 @@ const testExchange = async (exchange) => {

}) ();

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

0 comments on commit 6e994bc

Please sign in to comment.