diff options
Diffstat (limited to 'tests/registry/npm/@denotest/globals/1.0.0/index.d.ts')
-rw-r--r-- | tests/registry/npm/@denotest/globals/1.0.0/index.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/registry/npm/@denotest/globals/1.0.0/index.d.ts b/tests/registry/npm/@denotest/globals/1.0.0/index.d.ts index 76dd781db..548633db1 100644 --- a/tests/registry/npm/@denotest/globals/1.0.0/index.d.ts +++ b/tests/registry/npm/@denotest/globals/1.0.0/index.d.ts @@ -15,7 +15,6 @@ type _TestHasProcessGlobal = AssertTrue< export function deleteSetTimeout(): void; export function getSetTimeout(): typeof setTimeout; -export function checkProcessGlobal(): void; export function checkWindowGlobal(): void; export function checkSelfGlobal(): void; |