duality-labs / duality-web-app

2 stars 2 forks source link

chore: replace Create React App with Vite (part 3) fix test suite #514

Closed dib542 closed 8 months ago

dib542 commented 8 months ago

After moving to Vite in:

The testing suite (Jest) was not working with Vite. After a long while trying to getting the Jest environment to work by being approximately the same as the Vite environment, I've replaced Jest with Vitest because Vitest can re-use the Vite configuration and environment used for building and running.

After getting the environment working the tests (which had previously been broken) were either fixed or skipped.

dib542 commented 7 months ago

:tada: This PR is included in version 0.3.50 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: