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

@ -15,7 +15,7 @@ import {CachedResourceLoader} from '../../src/resource_loader/resource_loader_ca
import {setTemplateCache} from './resource_loader_cache_setter';
{
if (isBrowser) {
describe('CachedResourceLoader', () => {
let resourceLoader: CachedResourceLoader;

View File

@ -9,7 +9,7 @@
import {AsyncTestCompleter, beforeEach, describe, expect, inject, it} from '@angular/core/testing/src/testing_internal';
import {ResourceLoaderImpl} from '../../src/resource_loader/resource_loader_impl';
{
if (isBrowser) {
describe('ResourceLoaderImpl', () => {
let resourceLoader: ResourceLoaderImpl;