mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-15 05:57:37 -04:00
* refactor(brand_image_setting): migrate to function component
* test(brand_image_setting): update tests
Migrated tests to React Testing Library.
* refactor(brand_image_setting): wrap functions with useCallback
* test(brand_image_setting): use nock to mock fetch api
* test(brand_image_setting): use findby query instead of getby
* test(brand_image_setting): remove unnecessary scope assertion
* chore(brand_image_setting): split useEffect into two
Also extracted the handleSave function and wrapped it in useCallback.
* test(brand_image_setting): add e2e test for deleting brand image
* test(brand_image_setting): use destructured functions
* chore: delete unnecessary comment
* Revert "test(brand_image_setting): use destructured functions"
This reverts commit
|
||
|---|---|---|
| .. | ||
| tests | ||
| utils | ||
| cypress.config.ts | ||
| Dockerfile.webhook | ||
| eslint.config.mjs | ||
| generate_test_cycle.js | ||
| package-lock.json | ||
| package.json | ||
| README-Subpath.md | ||
| reporter-config.json | ||
| run_test_cycle.js | ||
| run_tests.js | ||
| save_report.js | ||
| tsconfig.json | ||
| webhook_serve.js | ||