Tests for TaskPageLinks

Signed-off-by: James Turley <james.turley@signalmedia.co>
Signed-off-by: James Turley <jamesturley1905@googlemail.com>
This commit is contained in:
James Turley
2021-03-22 15:27:13 +00:00
committed by James Turley
parent baee14e5d6
commit b1ad7eae8a
2 changed files with 76 additions and 1 deletions
@@ -18,7 +18,6 @@ import React from 'react';
import { IconComponent } from '@backstage/core-api';
import { Grid, LinkProps, makeStyles, Typography } from '@material-ui/core';
import LanguageIcon from '@material-ui/icons/Language';
import { omit } from 'lodash';
import { Link } from '../Link';
const useStyles = makeStyles({