okfn / opendataeditor

The Open Data Editor (ODE) is a no-code application to explore, validate and publish data in a simple way. Forever free and open source project powered by the Frictionless Framework.
http://opendataeditor.okfn.org
MIT License
162 stars 19 forks source link

Bootstrap unit testing for client? #130

Open roll opened 1 year ago

roll commented 1 year ago

Overview

For the BETA we need to add the minimal amount for tests that validates a correct state of the codebase

romicolman commented 4 months ago

@roll can you check this issue with @guergana? We need your expertise on this.

roll commented 4 months ago

@pdelboca @guergana What do you think? I suppose https://testing-library.com/docs/react-testing-library/intro/ is the usual way to go in the modern React apps

guergana commented 4 months ago

@pdelboca @guergana What do you think? I suppose https://testing-library.com/docs/react-testing-library/intro/ is the usual way to go in the modern React apps

Oh cool. I think this is the equivalent to the Vue testing library and is combinable with Jest. So yes. Let's use this one! :)