Skip to content

Commit

Permalink
fix: dummy commit webex-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mkesavan13 committed Aug 22, 2023
1 parent 2ab993e commit b9e26a1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ describe('webex-core', () => {
},
},
});
sinon.stub(webex.boundedStorage, 'get');
sinon.stub(webex.boundedStorage, 'put');
sinon.stub(webex.boundedStorage, 'del');
});

describe('#transform()', () => {
Expand Down

0 comments on commit b9e26a1

Please sign in to comment.