Bump dependencies versions (#419)

* bump dependencies version

* abandon jsonpath

* remove jspath
This commit is contained in:
Shiying Chen
2024-02-22 16:10:10 +08:00
committed by GitHub
parent 332d569187
commit c847559275
4 changed files with 473 additions and 3776 deletions

View File

@@ -96,7 +96,7 @@ describe("LoginConfig Test", () => {
expect(loginConfig.servicePrincipalId).toBe("client-id");
expect(loginConfig.servicePrincipalSecret).toBe("client-secret");
expect(loginConfig.tenantId).toBe("tenant-id");
expect(loginConfig.subscriptionId).toBe("");
expect(loginConfig.subscriptionId).toBe(undefined);
});
test('initialize with creds', async () => {