@@ -1,10 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.14.6-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -72,7 +72,7 @@ describe('systemEntityColumns', () => {
|
||||
expect(screen.getByText('my-namespace/my-system')).toBeInTheDocument();
|
||||
expect(screen.getByText('my-namespace/my-domain')).toBeInTheDocument();
|
||||
expect(screen.getByText('test')).toBeInTheDocument();
|
||||
expect(screen.getByText(/Some/)).toBeInTheDocument();
|
||||
expect(screen.queryAllByText(/Some/)).not.toHaveLength(0);
|
||||
});
|
||||
});
|
||||
});
|
||||
@@ -126,7 +126,7 @@ describe('componentEntityColumns', () => {
|
||||
expect(screen.getByText('test')).toBeInTheDocument();
|
||||
expect(screen.getByText('production')).toBeInTheDocument();
|
||||
expect(screen.getByText('service')).toBeInTheDocument();
|
||||
expect(screen.getByText(/Some/)).toBeInTheDocument();
|
||||
expect(screen.queryAllByText(/Some/)).not.toHaveLength(0);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user