Skip to content

Commit

Permalink
Markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Treml committed Nov 16, 2021
1 parent 7935ceb commit a97692f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/04_usage/part_botiumbindings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ This is possible when using Jest as test runner.

First, split your convos into multiple directories - for each directory, Jest will run a separate job.

In each directory, place a file *botium.spec.js*:
In each directory, place a file *botium.spec.js*::

const BotiumBindings = require('botium-bindings')
BotiumBindings.helper.jest().setupJestTestSuite({ bb: new BotiumBindings({ convodirs: [__dirname] }) })

Jest will now run test cases in parallel:
Jest will now run test cases in parallel::

{
...
Expand Down

0 comments on commit a97692f

Please sign in to comment.