const expected = [3, 5, 7, 9]; testQuatWithAndWithoutDest((a, b, dst) => { return quat.add(a, b, dst); }, expected, [1, 2, 3, 4], [2, 3, 4, 5]);