UNPKG

radi

Version:

**Radi** is a tiny javascript framework.

11 lines (9 loc) 342 B
import GLOBALS from '../GLOBALS'; describe('GLOBALS.js', () => { it('exports constants', () => { expect(typeof GLOBALS.HEADLESS_COMPONENTS).toBe('object'); expect(typeof GLOBALS.FROZEN_STATE).toBe('boolean'); expect(typeof GLOBALS.VERSION).toBe('string'); expect(typeof GLOBALS.ACTIVE_COMPONENTS).toBe('object'); }); });