Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 6 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | import test from 'ava'; |
||
2 | import createAPI from '../src/createAPI'; |
||
3 | |||
4 | test.failing('no tests', t => { |
||
5 | t.fail() |
||
6 | }); |