Skip to content

Commit 1edb83c

Browse files
cexbrayatthePunderWoman
authored andcommitted
docs: animationsEnabled defaults to false (#63262)
PR Close #63262
1 parent be0e845 commit 1edb83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/testing/src/test_bed_common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export interface TestModuleMetadata {
9999

100100
/**
101101
* Whether animate.enter / animate.leave should trigger as normal or be disabled.
102-
* Defaults to `true`.
102+
* Defaults to `false`.
103103
*/
104104
animationsEnabled?: boolean;
105105
}

0 commit comments

Comments
 (0)