stricklandrbls opened a new issue, #1659: URL: https://github.com/apache/daffodil-vscode/issues/1659
# Task: Replace `mocha` with `vitest` ## Description `mocha` as the testsuite is no longer compatible for executing tests when the updated Svelte 5 _runes_ exist within a testable source. Using `vitest` would be a complete, and compatible, solution as it is used alongside `vite`. I feel that this would be the best solution given that `vite` is now being used as a packaging dependency. ## Acceptance Criteria `vitest` is successfully replaced for `mocha`/`chai` and all of the tests that exist within the repository can execute while accurately reporting test case results. ## Additional Information I have tested this locally and all of the test files execute with `vitest`, even the non Svelte files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
