Prettified
This commit is contained in:
parent
3c0002696f
commit
72b4c166c8
1 changed files with 2 additions and 3 deletions
|
|
@ -11,9 +11,8 @@ global.$logger = {
|
|||
logInformation: jest.fn(),
|
||||
logWarning: jest.fn(),
|
||||
logError: jest.fn(),
|
||||
logCritical: jest.fn()
|
||||
|
||||
}
|
||||
logCritical: jest.fn(),
|
||||
};
|
||||
|
||||
it("Global Methods - Call Http Client - Should Resolve Promise", () => {
|
||||
//Arrange
|
||||
|
|
|
|||
Loading…
Reference in a new issue