Fix hide/unhide user and setVerifiedStatus

* add tests for user store
This commit is contained in:
Pavel Mineev
2020-03-25 01:52:46 -05:00
committed by Umputun
parent c9a23698ba
commit e7dfd1efbb
4 changed files with 123 additions and 32 deletions
+1 -1
View File
@@ -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(() => {