it('should render a placeholder when data is undefined', () => {
    let undefinedValue;
    spyOn(markdownDatasets, 'getMetadataValue').and.returnValue(undefinedValue);

    const props = mapStateToProps(state, { prop2: 'propValue' });