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

chore: cleanup

This commit is contained in:
Mihajlo Medjedovic
2020-12-03 13:05:02 +01:00
parent d461135980
commit e2e2824f37
2 changed files with 4 additions and 5 deletions

View File

@@ -80,7 +80,6 @@ export const computeTests = (adapter: SASjs): TestSuite => ({
});
const validateLog = (text: string, log: string): boolean => {
console.log(`[JSON.stringify(log)]`, JSON.stringify(log))
const isValid = JSON.stringify(log).includes(text)
return isValid