pr review changes

Signed-off-by: Mohamed Mohamed <mohamed.mohamed2@aa.com>
This commit is contained in:
Mohamed Mohamed
2022-11-14 09:44:04 -06:00
parent 91d050c140
commit 1f15c28ae6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/cli': minor
'@backstage/cli': patch
---
changed tests created by create-plugin to follow eslint-rules best practices particularly testing-library/prefer-screen-queries and testing-library/render-result-naming-convention
@@ -5,7 +5,6 @@ import { rest } from 'msw';
import { setupServer } from 'msw/node';
import { setupRequestMockHandlers } from '@backstage/test-utils';
describe('ExampleFetchComponent', () => {
const server = setupServer();
// Enable sane handlers for network requests