mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-18 01:20:05 +00:00
chore: sleep removed
This commit is contained in:
@@ -162,7 +162,3 @@ export const basicTests = (
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
const sleep = (ms: number) => {
|
|
||||||
return new Promise((resolve) => setTimeout(resolve, ms))
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user