Skip to content

Commit

Permalink
chore: temp log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 10, 2021
1 parent f92713d commit f6aa2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/blocks/src/TestsResults/TestsResults.tsx
Expand Up @@ -29,7 +29,7 @@ export const TestsResults: FC<TestsResultsProps> = ({
if (!component?.jest?.results.length) {
return null;
}

console.log(component?.jest?.results);
return (
<BlockContainer {...props}>
<BaseTestsResults component={component} pagination={pagination} />
Expand Down

0 comments on commit f6aa2d0

Please sign in to comment.