docs(test-advanced): mark globals.d.ts as module (#17186)

This commit is contained in:
Max Schmitt 2022-09-08 18:49:21 +02:00 committed by GitHub
parent 3dad8de53e
commit 7c6bbfe320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -685,6 +685,8 @@ You don't need it for JavaScript.
```js
// global.d.ts
export {};
declare global {
namespace PlaywrightTest {
interface Matchers<R, T> {