@carbon/ibm-cloud-cognitive-cdai
Version:
Carbon for Cloud & Cognitive CD&AI UI components
15 lines (13 loc) • 482 B
JavaScript
;
var _StorybookHelper = require("./StorybookHelper");
//
// Copyright IBM Corp. 2020, 2020
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//
describe('getComponentLabel', function () {
it('returns the expected output for a component', function () {
expect((0, _StorybookHelper.getComponentLabel)('IdeButton')).toEqual('CD&AI legacy/Components/IdeButton#legacy');
});
});