Skip to content

Commit 6f67dbf

Browse files
committed
ci: test
1 parent 88170e9 commit 6f67dbf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/material/core/ripple/ripple-renderer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ export class RippleRenderer implements EventListenerObject {
142142
const userTransitionProperty = computedStyles.transitionProperty;
143143
const userTransitionDuration = computedStyles.transitionDuration;
144144

145+
console.log(userTransitionDuration, userTransitionProperty);
146+
145147
// Note: We detect whether animation is forcibly disabled through CSS by the use
146148
// of `transition: none`. This is technically unexpected since animations are
147149
// controlled through the animation config, but this exists for backwards compatibility

src/material/core/ripple/ripple.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ describe('MatRipple', () => {
790790
expect(rippleTarget.querySelectorAll('.mat-ripple-element').length).toBe(0);
791791
});
792792

793-
it('should handle forcibly disabled animations through CSS `transition-duration: 0ms`', async () => {
793+
fit('should handle forcibly disabled animations through CSS `transition-duration: 0ms`', async () => {
794794
fixture = TestBed.createComponent(RippleCssTransitionDurationZero);
795795
fixture.detectChanges();
796796

0 commit comments

Comments
 (0)