webex 3.0.0-beta.13 → 3.0.0-beta.130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,7 @@ describe('webex', () => {
29
29
 
30
30
  const fedramp = {
31
31
  hydra: 'https://api-usgov.webex.com/v1',
32
- u2c: 'https://u2c.gov.ciscospark.com/u2c/api/v1'
32
+ u2c: 'https://u2c.gov.ciscospark.com/u2c/api/v1',
33
33
  };
34
34
 
35
35
  it('is set false by default', () => {
@@ -40,11 +40,11 @@ describe('webex', () => {
40
40
  it('sets correct services when fedramp is true', () => {
41
41
  webex = Webex.init({
42
42
  config: {
43
- fedramp: true
43
+ fedramp: true,
44
44
  },
45
45
  credentials: {
46
- access_token: 'Bearer 1234'
47
- }
46
+ access_token: 'Bearer 1234',
47
+ },
48
48
  });
49
49
 
50
50
  assert.property(webex.config, 'fedramp');