Merge pull request #12527 from backstage/rugvip/win
catalog-backend: maybe fix FileReaderProcessor test on windows
This commit is contained in:
@@ -91,7 +91,7 @@ describe('FileReaderProcessor', () => {
|
||||
});
|
||||
expect(emit.mock.calls[1][0].key).toContain('file:');
|
||||
expect(emit.mock.calls[1][0].key).toContain(
|
||||
'fileReaderProcessor/component.yaml',
|
||||
path.join('fileReaderProcessor', 'component.yaml'),
|
||||
);
|
||||
expect(emit.mock.calls[2][0].entity).toEqual({
|
||||
kind: 'API',
|
||||
|
||||
Reference in New Issue
Block a user