6 lines
322 B
TypeScript
6 lines
322 B
TypeScript
var testingPlatformServer = require('../../all/@angular/platform-server/testing/server.js');
|
|
var testing = require('../../all/@angular/core/testing');
|
|
|
|
testing.setBaseTestProviders(testingPlatformServer.TEST_SERVER_PLATFORM_PROVIDERS,
|
|
testingPlatformServer.TEST_SERVER_APPLICATION_PROVIDERS);
|