Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

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)