Skip to content

Commit

Permalink
- Revert changes to test clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-msft committed Mar 7, 2024
1 parent e884179 commit 717d69a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions lib/msal-common/test/client/AuthorizationCodeClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3254,7 +3254,6 @@ describe("AuthorizationCodeClient unit tests", () => {
startMeasurement: jest.fn(),
endMeasurement: jest.fn(),
addFields: jest.fn(),
addError: jest.fn(),
incrementFields: jest.fn(),
discardMeasurements: jest.fn(),
removePerformanceCallback: jest.fn(),
Expand Down Expand Up @@ -3338,7 +3337,6 @@ describe("AuthorizationCodeClient unit tests", () => {
startMeasurement: jest.fn(),
endMeasurement: jest.fn(),
addFields: jest.fn(),
addError: jest.fn(),
incrementFields: jest.fn(),
discardMeasurements: jest.fn(),
removePerformanceCallback: jest.fn(),
Expand Down Expand Up @@ -3453,7 +3451,6 @@ describe("AuthorizationCodeClient unit tests", () => {
startMeasurement: jest.fn(),
endMeasurement: jest.fn(),
addFields: jest.fn(),
addError: jest.fn(),
incrementFields: jest.fn(),
discardMeasurements: jest.fn(),
removePerformanceCallback: jest.fn(),
Expand Down Expand Up @@ -3549,7 +3546,6 @@ describe("AuthorizationCodeClient unit tests", () => {
startMeasurement: jest.fn(),
endMeasurement: jest.fn(),
addFields: jest.fn(),
addError: jest.fn(),
incrementFields: jest.fn(),
discardMeasurements: jest.fn(),
removePerformanceCallback: jest.fn(),
Expand Down
2 changes: 0 additions & 2 deletions lib/msal-common/test/client/RefreshTokenClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,6 @@ describe("RefreshTokenClient unit tests", () => {
addQueueMeasurement: jest.fn(),
setPreQueueTime: jest.fn(),
addFields: jest.fn(),
addError: jest.fn(),
incrementFields: jest.fn(),
};
const client = new RefreshTokenClient(config, performanceClient);
Expand Down Expand Up @@ -1020,7 +1019,6 @@ describe("RefreshTokenClient unit tests", () => {
addQueueMeasurement: jest.fn(),
setPreQueueTime: jest.fn(),
addFields: jest.fn(),
addError: jest.fn(),
incrementFields: jest.fn(),
};
const client = new RefreshTokenClient(config, performanceClient);
Expand Down

0 comments on commit 717d69a

Please sign in to comment.