// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` spec renders Chime channel 1`] = `
Channel type
Chime
Webhook URL
https://chimehook
`; exports[` spec renders Email channel 1`] = `
Channel type
Email
Sender
name1
Default recipients
name1, name2, name3, name4, name5
`; exports[` spec renders Slack channel 1`] = `
Channel type
Slack
Webhook URL
https://chimehook
`; exports[` spec renders Webhook channel 1`] = `
Channel type
Custom webhook
Method
POST
Type
HTTPS
`; exports[` spec renders the empty component 1`] = `null`;