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.
.only
1 parent 43cf0da commit a9cc79fCopy full SHA for a9cc79f
packages/cursorless-vscode-e2e/src/suite/scopes.vscode.test.ts
@@ -20,7 +20,7 @@ import {
20
serializeScopeFixture,
21
} from "./serializeScopeFixture";
22
23
-suite.only("Scope test cases", async function () {
+suite("Scope test cases", async function () {
24
endToEndTestSetup(this);
25
26
const testPaths = getScopeTestPaths();
0 commit comments