• Andrey Azov's avatar
    Migrate remaining tests to react-testing-library, and remove Enzyme (#486) · 4df5f683
    Andrey Azov authored
    This finally allows us to remove the dependency on Enzyme.
    
    Also as part of this PR:
    
    - Removed components
      - LaunchbarContainer (serves no purpose)
      - Account (not used)
      - SpeciesTab (superseded by SelectedSpecies component; not used anywhere)
    - Removed tests for Launchbar
    - Removed the launchbarExpanded and accountExpanded fields from redux and from components
    - Changed the keyCode field on KeyboardEvent to event.key
       (typescript marks it as deprecated, whereas Browser support seems to be good these days).
    4df5f683