Fix test describes

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2021-08-26 13:26:55 +02:00
parent b257ca7d8b
commit 38b9bd9c63
@@ -89,7 +89,9 @@ describe('lowerCaseEntityTriplet', () => {
const actualPath = lowerCaseEntityTriplet(originalPath);
expect(actualPath).toBe('default/component/backstage/index.html');
});
});
describe('lowerCaseEntityTripletInStoragePath', () => {
it('does not lowercase beyond the triplet', () => {
const originalPath = 'default/Component/backstage/assets/IMAGE.png';
const actualPath = lowerCaseEntityTripletInStoragePath(originalPath);