It turns out that you have to pass in a string into globals that is JSON serialisable. For example:
string
globals
JSON
globals: JSON.stringify({ __TEST_SALT__: salt, OTHER: 'THIS IS ANOTHER Variable' })