mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +00:00
chore(*): remove log
This commit is contained in:
@@ -624,10 +624,7 @@ describe('executeScript', () => {
|
|||||||
true,
|
true,
|
||||||
defaultPollOptions,
|
defaultPollOptions,
|
||||||
true
|
true
|
||||||
).catch((e) => {
|
).catch((e) => e)
|
||||||
console.log(e)
|
|
||||||
return e
|
|
||||||
})
|
|
||||||
|
|
||||||
expect(error.includes('Error while clearing session.')).toBeTruthy()
|
expect(error.includes('Error while clearing session.')).toBeTruthy()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user