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

import Badge from './Badge';

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