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
delint
This commit is contained in:
@ -42,8 +42,8 @@ describe('FixedRollingArray', () => {
|
||||
const width = 24;
|
||||
const array = new FixedRollingArray(width, seed);
|
||||
|
||||
let maxValue = width * 2;
|
||||
let minValue = width; // because we're forcing a rollover
|
||||
const maxValue = width * 2;
|
||||
const minValue = width; // because we're forcing a rollover
|
||||
for (let i = 0; i <= maxValue; i++) {
|
||||
array.pushValue(i);
|
||||
}
|
||||
|
Reference in New Issue
Block a user