UNPKG

spica

Version:

Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.

12 lines (9 loc) 217 B
import global from './global'; describe('Unit: lib/global', () => { describe('global', () => { it('', () => { assert(global === globalThis); assert(global.global === globalThis); }); }); });