microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.15k forks source link

Remove Jest testing in favor of Vitest #863

Open iseabock opened 1 month ago

iseabock commented 1 month ago

Motivation and Context

Jest testing can be incompatible with a Vite project in some cases.

Description

This PR removes Jest in favor of Vitest. Incidentally Vitest appears to run faster than Jest in Vite project/

Contribution Checklist