Skip to content

Commit e708235

Browse files
cleanup
1 parent 28ae70f commit e708235

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/test-harness/src/scripts/runNeovimTestsCI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
import { launchNeovimAndRunTests } from "../launchNeovimAndRunTests";
66

7-
void (async () => {
8-
process.env.CURSORLESS_MODE = "test";
7+
process.env.CURSORLESS_MODE = "test";
98

9+
void (async () => {
1010
await launchNeovimAndRunTests();
1111
})();

packages/test-harness/src/scripts/runTalonJsTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Runs all Talon everywhere/JS tests.
33
*/
44

5-
void (async () => {
6-
process.env.CURSORLESS_MODE = "test";
5+
process.env.CURSORLESS_MODE = "test";
76

7+
void (async () => {
88
const { TestType, runAllTests } = await import("../runAllTests");
99

1010
try {

packages/test-harness/src/scripts/runVscodeTestsCI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { getCursorlessRepoRoot } from "@cursorless/node-common";
66
import * as path from "node:path";
77
import { launchVscodeAndRunTests } from "../launchVscodeAndRunTests";
88

9-
void (async () => {
10-
process.env.CURSORLESS_MODE = "test";
9+
process.env.CURSORLESS_MODE = "test";
1110

11+
void (async () => {
1212
const extensionTestsPath = path.resolve(
1313
getCursorlessRepoRoot(),
1414
"packages/test-harness/dist/extensionTestsVscode.cjs",

0 commit comments

Comments
 (0)