striven-erp / striven-editor

The editor used in the Striven ERP system.
https://striven-erp.github.io/striven-editor/
MIT License
13 stars 21 forks source link

Should sanitize html element #138

Open unitehenry opened 4 years ago

unitehenry commented 4 years ago

Write a unit test where se.scrubHTML takes an html element and only returns the text of that element.

m1ga commented 4 years ago

I would like to help here!

unitehenry commented 4 years ago

@m1ga Trying to limit these types of issues to one per person for hacktoberfest! 😃

sambhavjain9138 commented 4 years ago

Heyy @unitehenry Can i contribute to this?

unitehenry commented 4 years ago

@sambhavjain9138 Definetly!

To see if you want to take this on, check out these two files:

  1. src/striveneditor.js which contains the scrubHTML method
  2. In the demo/src/test.js file see how the unit tests are being written.

If you think you can handle it, let me know and I will assign this issue to you! 😄

m1ga commented 4 years ago

@unitehenry no problem!