build: remove manual tags from platform jasmine tests (#26606)

PR Close #26606
This commit is contained in:
Miško Hevery
2018-10-19 16:43:31 -07:00
committed by Igor Minar
parent 615a515bba
commit 213c25fb08
7 changed files with 12 additions and 11 deletions

View File

@ -37,7 +37,7 @@ class BadTemplateUrl {
// Tests for angular/testing bundle specific to the browser environment.
// For general tests, see test/testing/testing_public_spec.ts.
{
if (isBrowser) {
describe('test APIs for the browser', () => {
describe('using the async helper', () => {
let actuallyDone: boolean;