docbrown/app/javascript/shared/components/__tests__
Joshua Wehner 6fe9d7d7a6
Allow org admins to add members as co-authors (#20008)
* Basics might be working?

* Stop propagating button clicks in autocomplete pills

* Better blank slate

* Better location to stop propagation

* Remove author_id from org co-authors

* Move UserStore and try testing it

* Remove extraneous comments

* OH... that's what that does!

* Very basic testing

* Re-organize javascripts

* Rename & re-org for testing

* Cleanup

* More tests

* Remove unnecessary nesting

* Coninuing to try to bump coverage

* Include /packs/ in code coverage metric

* Try tweaking jest coverage more?

We probably can't collect coverage from all of packs/* (because coverage is too low) but maybe we can try to opt-in for newer areas as we go?

* Relocate JS tests, for build & coverage

* User ID exception on search, not fetch

* Remove commented-out console.log

---------

Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2023-09-15 08:12:41 -04:00
..
__snapshots__ Allow org admins to add members as co-authors (#20008) 2023-09-15 08:12:41 -04:00
dateTime.test.jsx Fix jest datetime tests with regex (#18347) 2022-08-17 11:12:09 -04:00
focusTrap.test.jsx Updates ESLint rules to error on default imports (#12512) 2021-02-02 10:24:03 -05:00
MediaQuery.test.jsx Some eslint fixes. (#14605) 2021-08-27 08:37:09 +01:00
useKeyboardShortcuts.test.jsx Ran prettier on *.js, *.jsx and *.md files. (#11586) 2020-11-23 20:45:50 -05:00
useListNavigation.test.js Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
useMediaQuery.test.js Created the <MediaQuery /> component and useMediaQuery hook. (#12809) 2021-02-25 14:28:44 -05:00
UsernameInput.test.js Allow org admins to add members as co-authors (#20008) 2023-09-15 08:12:41 -04:00
UserStore.test.js Allow org admins to add members as co-authors (#20008) 2023-09-15 08:12:41 -04:00