This commit is contained in:
Min Idzelis 2025-05-03 14:07:39 +00:00
parent 5520db10af
commit 5a3e32fc3c

View File

@ -61,7 +61,7 @@ describe('AssetStore', () => {
}); });
it('calculates timeline height', () => { it('calculates timeline height', () => {
expect(assetStore.timelineHeight).toBe(12487.5); expect(assetStore.timelineHeight).toBe(12_487.5);
}); });
}); });