// import {WLClient} from '../index.js';
var assert = require('assert');
describe('Test Add Global Header', function() {
it('should return -1 when the value is not present', function() {
assert.equal(WLClient.addGlobalHeader("name", "value"), "TRUE");
});
});