catalog-backend: fix test on windows
Co-authored-by: Johan Haals <johan.haals@gmail.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -51,9 +51,7 @@ describe('ConfigLocationEntityProvider', () => {
|
||||
type: 'file',
|
||||
},
|
||||
}),
|
||||
locationKey: expect.stringMatching(
|
||||
/plugins\/catalog-backend\/lols\.yaml$/,
|
||||
),
|
||||
locationKey: expect.stringMatching(/lols\.yaml$/),
|
||||
},
|
||||
]),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user