Skip to content

Commit 51265c5

Browse files
committed
whoops remove only
1 parent ad566a5 commit 51265c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClientWidgetApi-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ describe("ClientWidgetApi", () => {
10961096
});
10971097
});
10981098

1099-
describe.only("receiving to device messages", () => {
1099+
describe("receiving to device messages", () => {
11001100
it.each([true, false])("forwards device messages to the widget", async (encrypted) => {
11011101
const event: IToDeviceMessage = {
11021102
content: { foo: "bar" },

0 commit comments

Comments
 (0)