import * as React from 'react';
import NotificationBanner from '@digigov/ui/feedback/NotificationBanner';
it('renders the notification banner', () => {
expect(
this is a notification
).toMatchSnapshot();
});
it('renders the notification banner with title and link', () => {
expect(
this is a notification
).toMatchSnapshot();
});