diff --git a/tests/__data__/input/discussions.js b/tests/__data__/input/discussions.js new file mode 100644 index 0000000000..a28217f3a6 --- /dev/null +++ b/tests/__data__/input/discussions.js @@ -0,0 +1,17 @@ +module.exports = [ + { + number: 19956, + body: '### Stream ID (required)\r\n\r\nCNBCe.tr\r\n\r\n### Notes\r\n\r\n_No response_', + category: { name: 'Channel Search' } + }, + { + number: 19957, + body: '### Stream ID (required)\r\n\r\n13thStreet.au\r\n\r\n### Notes\r\n\r\nI need Disney Channel East Stream m3u Url please\r\n\r\n### Contributing Guide\r\n\r\n- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)', + category: { name: 'Channel Search' } + }, + { + number: 20956, + body: '### Stream ID (required)\r\n\r\nIONTV.us\r\n\r\n### Notes\r\n\r\nI need it fast please thank you\r\n\r\n### Contributing Guide\r\n\r\n- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)', + category: { name: 'Channel Search' } + } +]