https://github.com/angular/angular
Raw File
Tip revision: 8ad4ae0a0709fad0968ca579b479a55483851f6e authored by Alex Eagle on 07 March 2018, 22:59:33 UTC
docs: add changelog for 6.0.0-beta.7
Tip revision: 8ad4ae0
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/src/server.js');
const coreTesting = require('../../all/@angular/core/testing');

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