Skip to content

Commit b60160e

Browse files
committed
Remove .only from tests
1 parent 9fa8687 commit b60160e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transport.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe("Transport", () => {
174174
});
175175
});
176176

177-
it.only("should handle RosbridgePngMessage", async () => {
177+
it("should handle RosbridgePngMessage", async () => {
178178
mockPngParseModule.decode.mockImplementation(
179179
(
180180
// Normally, this is the compressed PNG data.

0 commit comments

Comments
 (0)