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.45k stars 2.16k forks source link

[upgrade] add tests to build process #787

Closed iseabock closed 2 months ago

iseabock commented 2 months ago

Motivation and Context

Since frontend test have been included in the repo they should be included into the build process.

Description

This was added to the last process in the build process and a polyfill was added to support modern Javascript in Node 14.x

Contribution Checklist

abhahn commented 2 months ago

Thanks for setting up the tests!

I noticed a few static files were removed. Was that intentional? Just checking if any regenerated files need to be readded.