-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
@kipper/core
tests
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
afterEach(() => { | ||
// @ts-ignore | ||
var __globalScope = typeof __globalScope !== "undefined" ? __globalScope : typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {}; | ||
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / run (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / run (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / run (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / run (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / run (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / run (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (22.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (22.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (22.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (22.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (22.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-lock-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (22.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (20.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (18.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (16.x)
Check failure on line 3 in test/module/core/global-scope-cleanup.test.ts GitHub Actions / tests-with-pck-dependencies (16.x)
|
||
// @ts-ignore | ||
__globalScope.__kipper = undefined; | ||
}); |