it("mutated correctly 2", () => {
      const inArr = [1, 2, 3];
      assert.strictEqual(
        findAndPushToEnd(inArr, (e) => e === 2),
        2