Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 4 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | import test from 'ava'; |
||
2 | import module from '../src'; |
||
3 | |||
4 | test('coverage', t => t.pass()); |