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