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:
Patrik Oldsberg
2021-06-30 16:43:44 +02:00
parent 3cf22d0a92
commit d1e9b0e139
@@ -51,9 +51,7 @@ describe('ConfigLocationEntityProvider', () => {
type: 'file',
},
}),
locationKey: expect.stringMatching(
/plugins\/catalog-backend\/lols\.yaml$/,
),
locationKey: expect.stringMatching(/lols\.yaml$/),
},
]),
});