(test)
| 9 | let gently; |
| 10 | |
| 11 | function test(test) { |
| 12 | gently = new Gently(); |
| 13 | file = new File(); |
| 14 | test(); |
| 15 | gently.verify(test.name); |
| 16 | } |
| 17 | |
| 18 | test(function constructor() { |
| 19 | assert.ok(file instanceof EventEmitter); |
no outgoing calls
no test coverage detected
searching dependent graphs…