2016-10-23 16:37:15 -04: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 14:04:30 -05:00
|
|
|
const testingPlatformServer = require('../../all/@angular/platform-server/testing/src/server.js');
|
2016-11-12 08:08:58 -05:00
|
|
|
const coreTesting = require('../../all/@angular/core/testing');
|
2016-04-28 20:50:03 -04:00
|
|
|
|
2016-11-12 08:08:58 -05:00
|
|
|
coreTesting.TestBed.initTestEnvironment(
|
2016-08-09 13:46:28 -04:00
|
|
|
testingPlatformServer.ServerTestingModule, testingPlatformServer.platformServerTesting());
|