mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-19 18:10:06 +00:00
style: lint
This commit is contained in:
@@ -73,8 +73,7 @@ const mockFetchResponse = (targetFolderExists: boolean) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
mockedAxios.get.mockImplementation((url: any, request: any) => {
|
mockedAxios.get.mockImplementation((url: any, request: any) => {
|
||||||
if (!targetFolderExists &&
|
if (!targetFolderExists && url.includes('newName')) {
|
||||||
url.includes('newName')) {
|
|
||||||
return Promise.resolve(undefined)
|
return Promise.resolve(undefined)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user