We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07aff4 commit 83a044bCopy full SHA for 83a044b
1 file changed
test/test.js
@@ -97,3 +97,7 @@ function paste(textarea, data) {
97
})
98
textarea.dispatchEvent(event)
99
}
100
+
101
+function wait(ms) {
102
+ return new Promise(resolve => setTimeout(resolve, ms))
103
+}
0 commit comments