1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 21:21:31 +00:00

style: lint

This commit is contained in:
Mihajlo Medjedovic
2021-02-22 13:56:06 +01:00
parent f10ed3236e
commit 907885cf85
+1 -2
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)
}