capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.28k stars 200 forks source link

fix: [#1394] Update angular jest environment describe to say Angular #1395

Closed TreyVigus closed 6 months ago

TreyVigus commented 6 months ago

Previously, the describe block in Angular.test.ts was named React. This PR names it to Angular.

Addresses this Issue

capricorn86 commented 6 months ago

I changed the release type from "fix" to "chore" as it doesn't affect the consumer (it will not show up in the release notes).