Skip to content

Commit a28ba42

Browse files
committed
update obsolte test snapshot, version bump
1 parent 67de295 commit a28ba42

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chat-renderer",
3-
"version": "0.5.10",
3+
"version": "0.5.11",
44
"license": "MIT",
55
"scripts": {
66
"postversion": "npm publish",

src/__tests__/__snapshots__/renderer.test.tsx.snap

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -385,18 +385,6 @@ Object {
385385
}
386386
`;
387387

388-
exports[`slack jsx renders ConversationsSelect 1`] = `
389-
Object {
390-
"action_id": "conversations-action-id",
391-
"placeholder": Object {
392-
"text": "",
393-
"type": "plain_text",
394-
},
395-
"response_url_enabled": true,
396-
"type": "conversations_select",
397-
}
398-
`;
399-
400388
exports[`slack jsx renders ConversationsSelect with filter 1`] = `
401389
Object {
402390
"action_id": "conversations-action-id",

0 commit comments

Comments
 (0)