Skip to content

Commit 982088f

Browse files
committed
fix: removed erroneous test.only
1 parent fecb42d commit 982088f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/convert/transformers/defaultMetadataTransformer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ describe('DefaultMetadataTransformer', () => {
296296
expect(await transformer.toSourceFormat({ component })).to.deep.equal(expectedInfos);
297297
});
298298

299-
it.only('should merge mobile.json into mobile/mobile.json', async () => {
299+
it('should merge mobile.json into mobile/mobile.json', async () => {
300300
const component = SourceComponent.createVirtualComponent(digitalExperienceBundle.DE_COMPONENT_PROPERTIES, [
301301
{
302302
dirPath: digitalExperienceBundle.HOME_VIEW_PATH,

0 commit comments

Comments
 (0)