Skip to content

Commit

Permalink
Merge pull request #69 from wswebcreation/patch-1
Browse files Browse the repository at this point in the history
Update domain event link to core
  • Loading branch information
jan-molak committed Jun 22, 2017
2 parents 49690b7 + c9c8b3f commit 7b1d258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/overview/configuration.md
Expand Up @@ -145,7 +145,7 @@ exports.config = {
## Stage Crew Members

The [Stage Crew Members](https://github.com/jan-molak/serenity-js/blob/master/packages/serenity-js/src/stage_crew.ts) listen on
and act upon the [domain events](https://github.com/jan-molak/serenity-js/blob/master/packages/serenity-js/src/serenity/domain/events.ts)
and act upon the [domain events](https://github.com/jan-molak/serenity-js/blob/master/packages/core/src/domain/events.ts)
emitted during the test scenario execution.

Your default stage crew consists of:
Expand Down Expand Up @@ -252,4 +252,4 @@ in the root directory of your Node.js project, the same place where the `protrac

[include](../../examples/todomvc-protractor-cucumber/tsconfig.json)

{% include "../feedback.md" %}
{% include "../feedback.md" %}

0 comments on commit 7b1d258

Please sign in to comment.