Skip to content

Commit 9c35879

Browse files
Clean up
1 parent 0874703 commit 9c35879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cursorless-vscode-e2e/src/suite/performance.vscode.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function removeToken(thresholdMs: number) {
101101
async function selectScopeType(
102102
scopeType: ScopeType,
103103
thresholdMs: number,
104-
modifierType: ModifierType = "containing",
104+
modifierType?: ModifierType,
105105
) {
106106
await testPerformance(thresholdMs, {
107107
name: "setSelection",
@@ -114,7 +114,7 @@ async function selectScopeType(
114114

115115
function getModifier(
116116
scopeType: ScopeType,
117-
modifierType: ModifierType,
117+
modifierType: ModifierType = "containing",
118118
): Modifier {
119119
switch (modifierType) {
120120
case "containing":

0 commit comments

Comments
 (0)