()
| 51 | * Initializes the global state required by all AMP unit and integration tests. |
| 52 | */ |
| 53 | export function initializeTests() { |
| 54 | initializeTestConstructs(); |
| 55 | exposeKarmaConfig(); |
| 56 | resetTestingState(); |
| 57 | overrideAmpExtensionInstaller(); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Exposes Karma's config constant for use during tests. The regular test runner |
no test coverage detected