wormhole/explorer/src/components/Button
jschuldt 0e602ed91d Add explorer web app and web proto codegen
- update buf to latest to support ts-proto plugin

- add NodeJS dev dependency for web-proto codegen

Change-Id: I881f9da7461d5d4ff28a64304a2adc33037598d1
2021-06-02 16:05:16 +00:00
..
__tests__ Add explorer web app and web proto codegen 2021-06-02 16:05:16 +00:00
README.md Add explorer web app and web proto codegen 2021-06-02 16:05:16 +00:00
button.stories.tsx Add explorer web app and web proto codegen 2021-06-02 16:05:16 +00:00

README.md

Example Stories and Tests

Storybook: component rendering

Files that end in *.stories.tsx are rendered by storybook.

Storybook can be used to check component rendering, with styles and locales.

Jest: component testing

Files that end in *.test.tsx are included in Jest testing (run with yarn test).

Jest can be used to ensure content (ie. language definiton) and accessiblity requirements are met.