mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 04:16:34 +03:00
12 lines
336 B
JavaScript
12 lines
336 B
JavaScript
'use strict';
|
|
|
|
import {setBaseTestProviders} from '@angular/core/testing';
|
|
|
|
import {
|
|
TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS,
|
|
TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS
|
|
} from '@angular/platform-browser-dynamic/testing';
|
|
|
|
|
|
setBaseTestProviders(TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS, [TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS]);
|