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 55a5719 commit 49017c0Copy full SHA for 49017c0
test/unit-tests/utilities/configuration.test.ts
@@ -20,7 +20,7 @@ import configuration from "@src/configuration";
20
21
import { instance, mockFn, mockGlobalObject, mockObject } from "../../MockUtils";
22
23
-suite.only("Configuration/Settings Test Suite", () => {
+suite("Configuration/Settings Test Suite", () => {
24
const mockWorkspace = mockGlobalObject(vscode, "workspace");
25
26
afterEach(() => {
0 commit comments