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');
|
|
|
|
|
2016-05-26 10:45:37 -07:00
|
|
|
testing.setBaseTestProviders(
|
|
|
|
testingPlatformServer.TEST_SERVER_PLATFORM_PROVIDERS,
|
|
|
|
testingPlatformServer.TEST_SERVER_APPLICATION_PROVIDERS);
|