https://github.com/angular/angular
Raw File
Tip revision: 0ddae9b727240a111bf64d60615a75aebb711f4a authored by Igor Minar on 31 August 2016, 21:15:01 UTC
chore(release): bump Angular version to 2.0.0-rc.6 in package.json
Tip revision: 0ddae9b
test-cjs-main.ts
var testingPlatformServer = require('../../all/@angular/platform-server/testing/server.js');
var testing = require('../../all/@angular/core/testing');

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