Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Skip JS
view()
on Winodws (#504)
The test itself succeeds, but fails with the following error when deleting the index file created by save() in afterEach(). ``` error: "EBUSY: resource busy or locked, unlink 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\usearch.test.index'" ``` Since it is only in Winodws that it fails, we will skip it on Winodws for now. We will continue to investigate the solution.
- Loading branch information