Skip to content

Commit

Permalink
remove stray promise.reject()
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Feb 19, 2020
1 parent bf57ad1 commit 72735fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe("window.onunhandledrejection", function() {
},
})
);
Promise.reject();
} else {
window.resolveTest({ window: window });
}
Expand Down

0 comments on commit 72735fd

Please sign in to comment.