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());
|