const expected = [-2, -3, -4, 5]; testQuatWithAndWithoutDest((q, dst) => { return quat.conjugate(q, dst); }, expected, [2, 3, 4, 5]);