| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | describe('Index routes.', () => { |
||
| 2 | test('GET homepage', () => { |
||
| 3 | }); |
||
| 4 | |||
| 5 | test('GET page by streamId', () => { |
||
| 6 | }); |
||
| 7 | |||
| 8 | test('POST to page by streamId', () => { |
||
| 9 | }); |
||
| 10 | }); |
||
| 11 |