1
0
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:
Krishna Acondy
2021-07-09 09:29:57 +01:00
parent 0114a80e38
commit 1c90f4f455

View File

@@ -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()
})