We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b632e3 commit b8a652dCopy full SHA for b8a652d
src/lib/api/flexbox/flex.spec.ts
@@ -28,7 +28,7 @@ import {
28
queryFor
29
} from '../../utils/testing/helpers';
30
31
-const isIE = !!document['documentMode'];
+
32
33
describe('flex directive', () => {
34
let fixture: ComponentFixture<any>;
@@ -243,6 +243,8 @@ describe('flex directive', () => {
243
});
244
245
246
+ // const isIE = !!document['documentMode'];
247
+ //
248
// it('should work with calc values', () => {
249
// // @see http://caniuse.com/#feat=calc for IE issues with calc()
250
// if (!isIE ) {
0 commit comments