File tree 2 files changed +25
-1
lines changed
client/components/__test__
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ describe('Nav', () => {
35
35
tidyCode : jest . fn ( ) ,
36
36
showFind : jest . fn ( ) ,
37
37
findNext : jest . fn ( ) ,
38
- findPrev : jest . fn ( )
38
+ findPrev : jest . fn ( ) ,
39
+ showReplace : jest . fn ( ) ,
40
+ showReplaceAll : jest . fn ( ) ,
39
41
} ,
40
42
startSketch : jest . fn ( ) ,
41
43
stopSketch : jest . fn ( ) ,
Original file line number Diff line number Diff line change @@ -122,6 +122,28 @@ exports[`Nav renders correctly 1`] = `
122
122
</span >
123
123
</button >
124
124
</li >
125
+ <li
126
+ class = " nav__dropdown-item"
127
+ >
128
+ <button >
129
+ <span
130
+ class = " nav__keyboard-shortcut"
131
+ >
132
+ ⌃+R
133
+ </span >
134
+ </button >
135
+ </li >
136
+ <li
137
+ class = " nav__dropdown-item"
138
+ >
139
+ <button >
140
+ <span
141
+ class = " nav__keyboard-shortcut"
142
+ >
143
+ ⇧+⌃+R
144
+ </span >
145
+ </button >
146
+ </li >
125
147
</ul >
126
148
</li >
127
149
<li
You can’t perform that action at this time.
0 commit comments