Skip to content

Commit d69ba85

Browse files
committed
removed comment
1 parent b58ca4d commit d69ba85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/app/context/HealthContext.test.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ describe('<HealthContext />', () => {
108108
it("should emit the 'healthRequest' event and listen on 'healthResponse' when invoking fetchHealthData", () => {
109109
const button = wrapper.find('#fetchHealthData');
110110
button.simulate('click');
111-
// expect(ipcRenderer.removeAllListeners).toHaveBeenCalledWith('healthResponse');
112111
expect(ipcRenderer.send).toHaveBeenCalledWith('healthRequest', 'books');
113112
expect(ipcRenderer.on).toHaveBeenCalledWith('healthResponse', expect.any(Function));
114113
});

0 commit comments

Comments
 (0)