d0a95e35af
BREAKING CHANGE: - deprecations: * `withProviders`, use `TestBed.withModule` instead * `addProviders`, use `TestBed.configureTestingModule` instead * `TestComponentBuilder`, use `TestBed.configureTestModule` / `TestBed.override...` / `TestBed.createComponent` instead. Closes #10354
6 lines
284 B
TypeScript
6 lines
284 B
TypeScript
var testingPlatformServer = require('../../all/@angular/platform-server/testing/server.js');
|
|
var testing = require('../../all/@angular/core/testing');
|
|
|
|
testing.TestBed.initTestEnvironment(
|
|
testingPlatformServer.ServerTestingModule, testingPlatformServer.serverTestingPlatform());
|