| 6 | const logger = require('heimdalljs-logger')('ember-cli:test-server'); |
| 7 | |
| 8 | module.exports = class TestsServerAddon { |
| 9 | /** |
| 10 | * This addon is used to serve the QUnit or Mocha test runner |
| 11 | * at `rootURL + '/tests'`. |
nothing calls this directly
no outgoing calls
no test coverage detected