upgrade eslint to v9 #794
Annotations
2 errors
src/services/SyncingTimeEstimator.spec.js > formatDuration > addSample method adds data to calculate how much time last sync previous blocks > should remove oldest value if size is reached:
tests/unit/src/services/SyncingTimeEstimator.spec.js#L92
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/services/SyncingTimeEstimator.spec.js:92:52
|
lint_and_test
Process completed with exit code 1.
|