Files
galaxy/client/docs/unit-testing
Dannon Baker 19c54da423 Drop vue-styleguidist. This has not proved to be useful, breaks
frequently, and is more trouble than it has proved to be worth.

For a component workbench, we're going to try storybook, which now has a
nice vue integration instead.

Reorg client docs.  This all could use a once-over for content and tone.
2022-02-07 19:44:59 -05:00
..

Galaxy uses Jest for its client-side unit testing framework.

For testing Vue components, we use the Vue testing utils to mount individual components in a test bed and check them for rendered features. Please use jest-based mocking for isolating test functionality.

Specific test scenarios & examples