Skip to content

Commit 842fec0

Browse files
authored
Removed extra .only
1 parent 4594f61 commit 842fec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/suites/debugConfiguration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function startDebugConfigurationTests(): void {
5555
assert.notStrictEqual(rnOption, null);
5656
});
5757

58-
it.only("Complete debug configuration setup workflow", async () => {
58+
it("Complete debug configuration setup workflow", async () => {
5959
const launchFolderPath = path.join(
6060
__dirname,
6161
"..",

0 commit comments

Comments
 (0)