From 62f06c40a4eac6d11f1a93f3b49dfe6c48ce16f8 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 11 Apr 2022 19:24:04 +0200 Subject: chore: add a Meta component --- src/components/molecules/layout/meta.test.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/components/molecules/layout/meta.test.tsx (limited to 'src/components/molecules/layout/meta.test.tsx') diff --git a/src/components/molecules/layout/meta.test.tsx b/src/components/molecules/layout/meta.test.tsx new file mode 100644 index 0000000..a738bdb --- /dev/null +++ b/src/components/molecules/layout/meta.test.tsx @@ -0,0 +1,8 @@ +import { render } from '@test-utils'; +import Meta from './meta'; + +describe('Meta', () => { + it('renders a Meta component', () => { + render(); + }); +}); -- cgit v1.2.3