wazuh-dashboard/scripts/storybook.js
Justin Kim b2a8d6d355
Bringing back storybook for isolated component testing (#9697)
* got storybook working with `yarn storybook discover`

Signed-off-by: Justin Kim <jungkm@amazon.com>

* Changeset file for PR #9697 created/updated

* update yarn lock

Signed-off-by: Justin Kim <jungkm@amazon.com>

* exclude stories

Signed-off-by: Justin Kim <jungkm@amazon.com>

---------

Signed-off-by: Justin Kim <jungkm@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
2025-04-24 11:42:54 -07:00

8 lines
169 B
JavaScript

/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/
require('../src/setup_node_env');
require('../src/dev/storybook/run_storybook_cli');