2016-10-23 22:37:15 +02:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
2017-03-07 11:04:30 -08:00
|
|
|
const testingPlatformServer = require('../../all/@angular/platform-server/testing/src/server.js');
|
2016-11-12 14:08:58 +01:00
|
|
|
const coreTesting = require('../../all/@angular/core/testing');
|
2016-04-28 17:50:03 -07:00
|
|
|
|
2016-11-12 14:08:58 +01:00
|
|
|
coreTesting.TestBed.initTestEnvironment(
|
2016-08-09 10:46:28 -07:00
|
|
|
testingPlatformServer.ServerTestingModule, testingPlatformServer.platformServerTesting());
|