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
This commit is contained in:
Igor Minar 2018-12-10 09:46:38 -08:00 committed by Alex Rickabaugh
parent 2182be48c4
commit f5c0b30256
1 changed files with 0 additions and 5 deletions

View File

@ -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();