From f5c0b302569a8d7be153819ba3825402036ccc7c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 10 Dec 2018 09:46:38 -0800 Subject: [PATCH] test: remove extranious fixme from packages/bazel/test/ngc-wrapped (#27578) we forgot to remove this when the last fixme was removed. PR Close #27578 --- packages/bazel/test/ngc-wrapped/index_test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/bazel/test/ngc-wrapped/index_test.ts b/packages/bazel/test/ngc-wrapped/index_test.ts index 9560450274..8c094890c0 100644 --- a/packages/bazel/test/ngc-wrapped/index_test.ts +++ b/packages/bazel/test/ngc-wrapped/index_test.ts @@ -6,17 +6,12 @@ * found in the LICENSE file at https://angular.io/license */ -import {fixmeIvy} from '@angular/private/testing'; -import * as fs from 'fs'; import * as path from 'path'; import {setup} from './test_support'; describe('ngc_wrapped', () => { - // fixmeIvy placeholder to prevent jasmine from erroring out because there are no specs - it('should be removed once the fixmeIvy below is resolved', () => {}); - it('should work', () => { const {read, write, runOneBuild, writeConfig, shouldExist, basePath} = setup();