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

chore: sleep removed

This commit is contained in:
2021-08-16 12:12:52 +02:00
parent 11e006741f
commit ad34a9a4db

View File

@@ -162,7 +162,3 @@ export const basicTests = (
}
]
})
const sleep = (ms: number) => {
return new Promise((resolve) => setTimeout(resolve, ms))
}