mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: rename redux actions (#49320)
This commit is contained in:
committed by
GitHub
parent
77c8809b00
commit
eff2166262
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user