hedgedoc / react-client

The frontend of the upcoming version 2.0
https://hedgedoc.dev
GNU Affero General Public License v3.0
104 stars 13 forks source link

Add unit tests for markdown extensions #1785

Closed mrdrogdrog closed 1 year ago

mrdrogdrog commented 2 years ago

Is your feature request related to a problem? Please describe. Most of our markdown extensions aren't tested. Some of them are covered with e2e test suites.

Describe the solution you'd like Unit test the markdown extensions.

Describe alternatives you've considered Use e2e tests for the extensions. The downsides are that e2e tests take way to long for all the possibilities. They should only be used to test a combination of the features.

DerMolly commented 1 year ago

duplicate of https://github.com/hedgedoc/hedgedoc/issues/2909