Skip to content

Commit

Permalink
test: pass empty listener.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyd1997 authored Nov 26, 2023
1 parent c2e8d11 commit 78dbdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/e2e/environment.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CustomDetoxEnvironment extends DetoxCircusEnvironment {

// This takes care of generating status logs on a per-spec basis. By default, Jest only reports at file-level.
// This is strictly optional.
this.registerListeners();
this.registerListeners({});
}
}

Expand Down

0 comments on commit 78dbdfa

Please sign in to comment.