1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

style: lint

This commit is contained in:
Mihajlo Medjedovic
2021-02-22 13:56:06 +01:00
parent f10ed3236e
commit 907885cf85

View File

@@ -73,8 +73,7 @@ const mockFetchResponse = (targetFolderExists: boolean) => {
})
mockedAxios.get.mockImplementation((url: any, request: any) => {
if (!targetFolderExists &&
url.includes('newName')) {
if (!targetFolderExists && url.includes('newName')) {
return Promise.resolve(undefined)
}