UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

9 lines (7 loc) 210 B
jest.unmock( '../index.jsx' ); import { OnBoarding } from '../index.jsx' describe( 'Given a onBoarding widget', () => { it( 'should work', () => { expect( OnBoarding ).toBeDefined(); } ); } );