import { common } from '../../util/generic-tests';

import Bar from './Bar';

// Foo Bar... hehehehe

describe('Bar', () => {
	common(Bar);
});
