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