Skip to content

Commit

Permalink
chore(associative): remove obsolete test/dummy code
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 22, 2021
1 parent d6cb992 commit 8ef4171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/associative/src/join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,3 @@ export const joinWith = <A, B>(
}
return empty(a, Set);
};

joinWith(new Set([{ a: 1, b: 2 }]), new Set([{ id: 1, c: 2 }]), { a: "id" });

0 comments on commit 8ef4171

Please sign in to comment.