mirror of
https://github.com/directus/directus.git
synced 2026-02-09 10:55:22 -05:00
* Add fields store * Add test coverage for fields store * Remove hydration tests It doesn't do anything itself, but just calls init / reset methods of stores * Rename store methods to hydrate / dehydrate * DRY that sucker * Move hydration logic into a store * Fix tests for new store * Rename hydrate store to app store, fix tests in auth * Fix tests of router * Fix tests in module-bar-logo * bunch of things * Fix tests in hydrate * Fix router tests * Clean up auth tests * Update tests for collections / fields stores * Use stores instead of mocks in tests * Add test for store getter in collections
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import { useAppStore } from './app';
|
|
|
|
export { useAppStore };
|
|
export default useAppStore;
|