We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c2b36 commit 754cc38Copy full SHA for 754cc38
README.md
@@ -264,7 +264,7 @@ const scrolling = scrollIntoView(document.body, {
264
)
265
},
266
})
267
-// jest understands that scrolling is a Promise, you can safely await on it
+// TypeScript understands that scrolling is a Promise, you can safely await on it
268
scrolling.then(() => console.log('done scrolling'))
269
```
270
0 commit comments