chore: rename redux actions (#49320)

This commit is contained in:
Mrugesh Mohapatra
2023-02-10 17:34:17 +05:30
committed by GitHub
parent 77c8809b00
commit eff2166262
14 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import ShallowRenderer from 'react-test-renderer/shallow';
import FourOhFourPage from '../../src/pages/404';
import Certification from '../../src/pages/certification';
import Learn from '../../src/pages/learn';
import { createStore } from '../../src/redux/createStore';
import { createStore } from '../../src/redux/create-store';
import layoutSelector from './layout-selector';
jest.mock('../../src/analytics');