| 152 | |
| 153 | describe('check', () => { |
| 154 | const initCheck = config => (() => new Check(config)).bind(null); |
| 155 | |
| 156 | it('instantiates check with valid parameters', async () => { |
| 157 | const configs = [ |
no outgoing calls
no test coverage detected
searching dependent graphs…