storybook/.bettercodehub.yml

17 lines
286 B
YAML
Raw Normal View History

component_depth: 2
languages:
- javascript
- name: javascript
production:
exclude:
- .*\.test\.js
- .*\/__test__\/.*\.js
- .*\/__mock__\/.*\.js
- .*\.stories\.js
test:
include:
- .*\.test\.js
- .*\/__test__\/.*\.js
2018-08-01 12:45:27 +03:00
- .*\.storyshot