You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently there's some sort of problem between either Babel, Jest, or ts-jest where the unit tests fail saying set.union is not a function. Like a lying bastard.
Set now has new data comparison features:
.difference()
.intersection()
symmetricDifference()
.union()
.disjointFrom()
The functions.comparisons.ts should be refactored to use these rather than the built in versions.
All existing tests should continue to pass.
The text was updated successfully, but these errors were encountered: