I should test some key functions (changeset file creation from existing edits) - how to e.g. here https://auth0.com/blog/angular-testing-in-depth-components/
note - on the first try, some leaflet classes (L) were unknown to karma when it tried to setup environment =>
all settings should be set properly in karma conf (typescript compiling, loading and using source maps to show stack traces on errors, fix somehow all missing references in the compiled project)
I should test some key functions (changeset file creation from existing edits) - how to e.g. here https://auth0.com/blog/angular-testing-in-depth-components/ note - on the first try, some leaflet classes (L) were unknown to karma when it tried to setup environment =>