Skip to content

Commit

Permalink
🧹 housekeeping + 100% codecov 🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley Alexander committed Aug 20, 2019
1 parent 5299be5 commit 900310a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/useChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ test("should subscribe to channel as prop changes", () => {
expect(onEvent).toHaveBeenCalledWith("test");
unmount();
rerender();
console.log(channel);
});

test("should skip channel subscription if option is passed", () => {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { PusherProvider } from "./PusherProvider";
export { useChannel } from "./useChannel";
export { usePresenceChannel } from "./usePresenceChannel";
export { useTrigger } from "./useTrigger";
export { usePusher } from "./usePusher";

0 comments on commit 900310a

Please sign in to comment.