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 43e83f4 commit bc56420Copy full SHA for bc56420
packages/cursorless-engine/src/scripts/transformRecordedTests/moveFile.ts
@@ -17,7 +17,7 @@ export default async function moveFile(file: string) {
17
}
18
const childDirName =
19
inputFixture.languageId === "plaintext"
20
- ? "textual"
+ ? "plaintext"
21
: `parseTree/${inputFixture.languageId}`;
22
const childDir = path.join(parent, childDirName);
23
await mkdir(childDir, { recursive: true });
0 commit comments