Skip to content

Commit

Permalink
test: remove listener.
Browse files Browse the repository at this point in the history
zhyd1997 authored Nov 26, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 104e4c1 commit c2e8d11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generators/app/templates/e2e/environment.js.ejs
Original file line number Diff line number Diff line change
@@ -11,10 +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({
SpecReporter,
WorkerAssignReporter,
});
this.registerListeners();
}
}

0 comments on commit c2e8d11

Please sign in to comment.