Skip to content

Commit b8a652d

Browse files
chore(flex.spec): fix lint issue
1 parent 2b632e3 commit b8a652d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/api/flexbox/flex.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
queryFor
2929
} from '../../utils/testing/helpers';
3030

31-
const isIE = !!document['documentMode'];
31+
3232

3333
describe('flex directive', () => {
3434
let fixture: ComponentFixture<any>;
@@ -243,6 +243,8 @@ describe('flex directive', () => {
243243
});
244244
});
245245

246+
// const isIE = !!document['documentMode'];
247+
//
246248
// it('should work with calc values', () => {
247249
// // @see http://caniuse.com/#feat=calc for IE issues with calc()
248250
// if (!isIE ) {

0 commit comments

Comments
 (0)