Fix hide/unhide user and setVerifiedStatus
* add tests for user store
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { mockStore } from '@app/testUtils/mockStore';
|
||||
import { LS_SORT_KEY } from '@app/common/constants';
|
||||
|
||||
import { updateSorting } from './actions';
|
||||
import { COMMENTS_SET_SORT } from './types';
|
||||
import { LS_SORT_KEY } from '@app/common/constants';
|
||||
|
||||
describe('Store comments actions', () => {
|
||||
beforeAll(() => {
|
||||
|
||||
Reference in New Issue
Block a user