Clean up appState module, move to common, simplify events (#2676)
* Refactor appState into class, simplify events * Move appState to common module, make case for object consistent * Naming change * Update name
This commit is contained in:
@@ -107,7 +107,7 @@ jest.mock('./modalManager', () => ({
|
||||
isModalDisplayed: jest.fn(),
|
||||
}));
|
||||
jest.mock('./webContentEvents', () => ({}));
|
||||
jest.mock('../appState', () => ({}));
|
||||
jest.mock('common/appState', () => ({}));
|
||||
|
||||
describe('main/views/viewManager', () => {
|
||||
describe('loadView', () => {
|
||||
|
Reference in New Issue
Block a user