Initial new tests for components

This commit is contained in:
Abhishek Gahlot
2020-07-27 14:09:33 +05:30
parent 1f172b8173
commit 0c80f84794
12 changed files with 1215 additions and 101 deletions

View File

@@ -32,7 +32,6 @@ export default function List({ variables }) {
if (error) return <ErrorMessage message="Error loading search results." />;
if (loading) return <div>Loading</div>;
const { result } = data.search;
return (
<ul>