first test

This commit is contained in:
Peter Holmberg
2018-09-25 16:50:13 +02:00
parent 0b7576a1f9
commit 64eace96c0
3 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Render should render component 1`] = `
<div>
<PageHeader
model={Object {}}
/>
<div
className="page-container page-body"
>
<Connect(PluginActionBar)
onQueryChange={[Function]}
searchQuery=""
/>
<PluginList
layout="grid"
plugins={Array []}
/>
</div>
</div>
`;