GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Investigate test of utils entrypoint #534

Open JonasKellerer opened 6 days ago

JonasKellerer commented 6 days ago

In #553 we introduced a new entypoint, where functions, classes, etc. can be put, which could also be used in a pure node environment (with no access to HTMLElement, or window). We use this for the astro backend.

Investigate, how one could derive a test, that the exports can be used in such an environment.