We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0874703 commit 9c35879Copy full SHA for 9c35879
packages/cursorless-vscode-e2e/src/suite/performance.vscode.test.ts
@@ -101,7 +101,7 @@ async function removeToken(thresholdMs: number) {
101
async function selectScopeType(
102
scopeType: ScopeType,
103
thresholdMs: number,
104
- modifierType: ModifierType = "containing",
+ modifierType?: ModifierType,
105
) {
106
await testPerformance(thresholdMs, {
107
name: "setSelection",
@@ -114,7 +114,7 @@ async function selectScopeType(
114
115
function getModifier(
116
117
- modifierType: ModifierType,
+ modifierType: ModifierType = "containing",
118
): Modifier {
119
switch (modifierType) {
120
case "containing":
0 commit comments