https://github.com/angular/angular
Raw File
Tip revision: 09b4bd0dfbfda800796f7dac0b0206e49243b23c authored by Misko Hevery on 09 February 2017, 04:28:11 UTC
docs(changelog): add changelog for 4.0.0-beta.7
Tip revision: 09b4bd0
test-cjs-main.ts
/**
 * @license
 * Copyright Google Inc. All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

const testingPlatformServer = require('../../all/@angular/platform-server/testing/server.js');
const coreTesting = require('../../all/@angular/core/testing');

coreTesting.TestBed.initTestEnvironment(
    testingPlatformServer.ServerTestingModule, testingPlatformServer.platformServerTesting());
back to top