mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Add integration tests!
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/** A promisified timeout. */
|
||||
export default function timeout(ms: number = 0) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
Reference in New Issue
Block a user