jest TypeError: payload must be an instance of Uint8Array [caused by SignJWT({}).sign(sig)]
When running jest that calls the below function in a test I get TypeError: payload must be an instance of Uint8Array
. The code builds, and runs fine in node (not working in jest).