(options)
| 22 | }, |
| 23 | testem: { |
| 24 | setDefaultOptions(options) { |
| 25 | this.defaultOptions = options; |
| 26 | }, |
| 27 | startDev(options, finalizer) { |
| 28 | expect(options.host).to.equal('greatwebsite.com'); |
| 29 | expect(options.port).to.equal(123324); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…