Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 8e7c537

Browse files
committed
Pass missing props
1 parent cd28dd5 commit 8e7c537

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

test/controllers/root-controller.test.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,28 @@ describe('RootController', function() {
5858
workspace={workspace}
5959
commands={commands}
6060
deserializers={deserializers}
61-
grammars={grammars}
6261
notificationManager={notificationManager}
6362
tooltips={tooltips}
63+
keymaps={atomEnv.keymaps}
64+
grammars={grammars}
6465
config={config}
65-
confirm={confirm}
6666
project={project}
67-
keymaps={atomEnv.keymaps}
67+
confirm={confirm}
6868
currentWindow={atomEnv.getCurrentWindow()}
6969

7070
loginModel={loginModel}
7171
workdirContextPool={workdirContextPool}
7272
repository={absentRepository}
7373
resolutionProgress={emptyResolutionProgress}
7474

75+
currentWorkDir={null}
76+
7577
initialize={() => {}}
7678
clone={() => {}}
7779

80+
contextLocked={false}
81+
changeWorkingDirectory={() => {}}
82+
setContextLock={() => {}}
7883
startOpen={false}
7984
startRevealed={false}
8085
/>

0 commit comments

Comments
 (0)