it("returns target", function () {
      const arr = mergeArrays([1], [2], "target");

      expect(arr).toStrictEqual([1]);
    });