mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
17 lines
286 B
YAML
17 lines
286 B
YAML
component_depth: 2
|
|
languages:
|
|
- javascript
|
|
|
|
- name: javascript
|
|
production:
|
|
exclude:
|
|
- .*\.test\.js
|
|
- .*\/__test__\/.*\.js
|
|
- .*\/__mock__\/.*\.js
|
|
- .*\.stories\.js
|
|
test:
|
|
include:
|
|
- .*\.test\.js
|
|
- .*\/__test__\/.*\.js
|
|
- .*\.storyshot
|