const expected = [ 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, ]; testMat3WithAndWithoutDest((newDst) => { return mat3.scaling([2, 3], newDst); }, expected);