UNPKG

react-native-ibm-mobilefirst

Version:

React Native SDK for IBM Mobile Foundation on IBM Cloud

8 lines (7 loc) 277 B
// 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"); }); });