pr review changes
Signed-off-by: Mohamed Mohamed <mohamed.mohamed2@aa.com>
This commit is contained in:
@@ -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
|
||||
|
||||
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user