| 1 | import type { EmberRouterMain } from '@sentry/ember/addon/types'; |
| 2 | import { _getLocationURL } from '@sentry/ember/utils/instrumentEmberAppInstanceForPerformance'; |
| 3 | import { setupTest } from 'ember-qunit'; |
| 4 | import { module, test } from 'qunit'; |
nothing calls this directly
no test coverage detected