Unit conversion issue with delta units
The following unit conversion does not work correctly in the JS unit code:
new Quantity(1, 'delta_K').to('celsius').value()
Currently the output of this is -272.15, whereas it should be 1. This should be fixed and a new unit test should be added.