feature: Update the version to 2.60.0 and improve the handling of human gestures, etc.

This commit is contained in:
2025-11-15 12:35:09 +01:00
parent 41d06ee001
commit cf0611d841
13 changed files with 165 additions and 96 deletions

View File

@@ -1,7 +1,7 @@
import test from 'node:test'
import assert from 'node:assert/strict'
import test from 'node:test'
import { MobileRetryTracker } from '../src/util/MobileRetryTracker'
import { MobileRetryTracker } from '../src/util/state/MobileRetryTracker'
test('MobileRetryTracker stops retries after configured limit', () => {
const tracker = new MobileRetryTracker(2)