it("returns empty if called on the empty array with an empty argument", () => {
        expect(from([]).union([]).toArray()).toEqual([]);
    });