| Total Complexity | 2 |
| Complexity/F | 1 |
| Lines of Code | 5 |
| Function Count | 2 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | describe('Main config.', () => { |
||
| 2 | test('Main test', () => { |
||
| 3 | // Actually, we don't have to test configs because it's ridiculous. |
||
| 4 | }); |
||
| 5 | }); |
||
| 6 |