- **Test Improvements**: - Introduced data-clearing steps (`.clear()`) across critical test cases for ensuring better test isolation and preventing state leakage. - Extended support for overriding global utilities (`testUtils`) and added fallback behaviors for test vector creation. - **Configuration Updates**: - Added support for `distanceFunction` as an alternative to `metric` in vector operations for consistency. - Adjusted and unified asynchronous `timeout` handling across test suites for predictability. - **Purpose**: - These updates improve reliability, maintainability, and clarity in test cases while ensuring compatibility across diverse test environments. |
||
|---|---|---|
| .. | ||
| core.test.ts | ||
| environment.browser.test.ts | ||
| environment.node.test.ts | ||
| setup.ts | ||
| tensorflow-patch.test.ts | ||
| vector-operations.test.ts | ||