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 390427b commit 036117bCopy full SHA for 036117b
packages/cursorless-engine/src/test/fixtures/communitySnippets.fixture.ts
@@ -1,7 +1,7 @@
1
import type { ActionDescriptor } from "@cursorless/common";
2
import { spokenFormTest } from "./spokenFormTest";
3
4
-const verticalRangeAction: ActionDescriptor = {
+const snippetAfterAction: ActionDescriptor = {
5
name: "insertSnippet",
6
destination: {
7
type: "primitive",
@@ -32,5 +32,5 @@ const verticalRangeAction: ActionDescriptor = {
32
* Talon tests by relying on our recorded test fixtures alone.
33
*/
34
export const communitySnippetsSpokenFormsFixture = [
35
- spokenFormTest("snippet code after air", verticalRangeAction, undefined),
+ spokenFormTest("snippet code after air", snippetAfterAction, undefined),
36
];
0 commit comments