const expected = [-1, -2, -3, -4]; testQuatWithAndWithoutDest((a, b, dst) => { return quat.subtract(a, b, dst); }, expected, [1, 2, 3, 4], [2, 4, 6, 8]);