1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

test: make error and capture log, fixed

This commit is contained in:
Mihajlo Medjedovic
2020-11-24 13:02:17 +01:00
parent b6a2a85d1d
commit e36b511530

View File

@@ -27,7 +27,7 @@ export const sasjsRequestTests = (adapter: SASjs): TestSuite => ({
test: async () => {
return new Promise(async (resolve, reject) => {
adapter
.request("common/makeErr", data)
.request("common/makeErr", data, {debug: true})
.then((res) => {
//no action here, this request must throw error
})