diff --git a/packages/techdocs-common/src/stages/publish/helpers.test.ts b/packages/techdocs-common/src/stages/publish/helpers.test.ts index c30f649c8d..a3571ef0ab 100644 --- a/packages/techdocs-common/src/stages/publish/helpers.test.ts +++ b/packages/techdocs-common/src/stages/publish/helpers.test.ts @@ -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);