Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
This commit is contained in:
J. Ryan Stinnett 2019-03-20 18:11:42 +00:00 committed by GitHub
parent 58b2068fbf
commit 99369a54fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ describe('MessagePanel', function() {
// HACK: We assume all settings want to be disabled
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
// complete without this even if we mock the clock and tick it
// what should be the correct amount of time).