Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
This commit is contained in:
Andrew Johnson
2021-03-30 18:05:16 +01:00
parent 0b1179685b
commit 6cb8521c88
@@ -24,13 +24,13 @@ import {
OAuthApi,
} from '@backstage/core';
import { msw } from '@backstage/test-utils';
import { msw, renderInTestApp } from '@backstage/test-utils';
import { GithubDeploymentsApiClient, githubDeploymentsApiRef } from '../api';
import { githubDeploymentsPlugin } from '../plugin';
import { GithubDeploymentsCard } from './GithubDeploymentsCard';
import { entityStub, noDataResponseStub, responseStub } from '../mocks/mocks';
import { renderInTestApp } from '@backstage/test-utils';
import { setupServer } from 'msw/node';
import { graphql } from 'msw';