1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-10 05:40:06 +00:00

chore(deps): fix issues after deps bump

This commit is contained in:
Yury Shkoda
2022-01-31 10:20:05 +03:00
parent a39f9bb7e8
commit 0633a6de84
5 changed files with 25 additions and 263 deletions

View File

@@ -423,7 +423,7 @@ describe('ContextManager', () => {
true
)
} catch (error) {
editError = error
editError = error as Error
}
await expect(
@@ -542,7 +542,7 @@ describe('ContextManager', () => {
true
)
} catch (error) {
deleteError = error
deleteError = error as Error
}
await expect(