mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
19c54da423
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.
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.