Merge branch 'develop' into err

This commit is contained in:
Ayush PS
2021-05-07 18:37:23 +05:30
parent d1f23fb994
commit b90a1de178
264 changed files with 7383 additions and 3268 deletions

View File

@@ -29,7 +29,7 @@ describe('ScalarAuthClient', function() {
it('should request a new token if the old one fails', async function() {
const sac = new ScalarAuthClient();
sac._getAccountName = jest.fn((arg) => {
sac.getAccountName = jest.fn((arg) => {
switch (arg) {
case "brokentoken":
return Promise.reject({