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
|
|
|
|
*/
|
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
var testingPlatformServer = require('../../all/@angular/platform-server/testing/server.js');
|
|
|
|
var testing = require('../../all/@angular/core/testing');
|
|
|
|
|
2016-07-28 07:54:49 -04:00
|
|
|
testing.TestBed.initTestEnvironment(
|
2016-08-09 13:46:28 -04:00
|
|
|
testingPlatformServer.ServerTestingModule, testingPlatformServer.platformServerTesting());
|