You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
@ -68,7 +68,7 @@ describe('MessagePanel', function() {
|
|||||||
// HACK: We assume all settings want to be disabled
|
// HACK: We assume all settings want to be disabled
|
||||||
SettingsStore.getValue = sinon.stub().returns(false);
|
SettingsStore.getValue = sinon.stub().returns(false);
|
||||||
|
|
||||||
// This option clobbers the duratrion of all animations to be 1ms
|
// This option clobbers the duration of all animations to be 1ms
|
||||||
// which makes unit testing a lot simpler (the animation doesn't
|
// which makes unit testing a lot simpler (the animation doesn't
|
||||||
// complete without this even if we mock the clock and tick it
|
// complete without this even if we mock the clock and tick it
|
||||||
// what should be the correct amount of time).
|
// what should be the correct amount of time).
|
||||||
|
Reference in New Issue
Block a user