Improved Unit Test performance
Key Features
- Unit Tests: Removed
Array.shift()
operations due to their O(n) time complexity, which negatively impacted execution time. - Unit Tests: Reduced some mock numeric values for improved performance.
Array.shift()
operations due to their O(n) time complexity, which negatively impacted execution time.