mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
style: lint
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user