aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
175 stars 80 forks source link

replace Karma with @web/test-runner #186

Open trusktr opened 8 months ago

trusktr commented 8 months ago

The karma test runner is deprecated and no longer maintained.

The new kid on the block is @web/test-runner, which is simpler to configure, faster, works with (vanilla!) ES Modules out of the box, has a much better live debug setup, and is just better in so many ways.

👇👌🤌 https://modern-web.dev/docs/test-runner/overview