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