Skip to content

Commit e923df5

Browse files
committed
Remove errant .only
1 parent 55a5719 commit e923df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/utilities/configuration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import configuration from "@src/configuration";
2020

2121
import { instance, mockFn, mockGlobalObject, mockObject } from "../../MockUtils";
2222

23-
suite.only("Configuration/Settings Test Suite", () => {
23+
suite("Configuration/Settings Test Suite", () => {
2424
const mockWorkspace = mockGlobalObject(vscode, "workspace");
2525

2626
afterEach(() => {

0 commit comments

Comments
 (0)