UNPKG

dyna-ui-modal-container

Version:
14 lines (10 loc) 364 B
import "jest"; declare let window: any; if (typeof jasmine !== 'undefined') jasmine.DEFAULT_TIMEOUT_INTERVAL = 5000; import {DynaModalContainer} from '../../src'; // help: https://facebook.github.io/jest/docs/expect.html describe('Simple unit test', () => { it('should import the component', () => { expect(DynaModalContainer).not.toBe(undefined); }); });