Skip to content

Commit

Permalink
Update internal-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Bodnarchuk <[email protected]>
  • Loading branch information
kobenguyent and DavertMik authored Oct 29, 2023
1 parent 3721595 commit cf0a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internal-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ FAIL | 7 passed, 1 failed, 1 skipped // 2s
}
```

CodeceptJS also expose the env var `process.env.RUN_WITH_WORKERS` when running tests with `run-workers` command so that you could handle the events better in your plugins/helpers
CodeceptJS also exposes the env var `process.env.RUN_WITH_WORKERS` when running tests with `run-workers` command so that you could handle the events better in your plugins/helpers

```js
const { event } = require('codeceptjs');
Expand Down

0 comments on commit cf0a0c7

Please sign in to comment.