2016-04-28 17:50:03 -07:00
|
|
|
var testingPlatformServer = require('../../all/@angular/platform-server/testing/server.js');
|
|
|
|
var testing = require('../../all/@angular/core/testing');
|
|
|
|
|
|
|
|
testing.setBaseTestProviders(testingPlatformServer.TEST_SERVER_PLATFORM_PROVIDERS,
|
2016-05-01 22:50:37 -07:00
|
|
|
testingPlatformServer.TEST_SERVER_APPLICATION_PROVIDERS);
|