UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

8 lines (6 loc) 215 B
import IconPicker from '../IconPicker.component'; describe('IconPicker index', () => { it('should export the IconPicker as default', () => { expect(IconPicker).toBe(require('../').default); }); });