Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/modules/blocks/rsvp/__tests__/index.test.js
/**
 * Internal dependencies
 */
import RSVP from '@moderntribe/tickets/blocks/rsvp';

describe( 'RSVP block declaration', () => {
	it( 'register the RSVP block', () => {
		expect( RSVP ).toMatchSnapshot();
	} );
} );