brahmosjs / brahmos

Super charged JavaScript library with modern React API and native templates.
https://codesandbox.io/embed/brahmos-demo-3t8r6
MIT License
573 stars 25 forks source link

Implement test_utils APIs similiar to react-dom/test_utils to support testing on application #103

Open s-yadav opened 3 years ago

s-yadav commented 3 years ago

Couple of react testing libraries are dependent on react-dom/test_utils. To support them we will have to implement same API on the Brahmos.

Here's the list of libraries: https://reactjs.org/docs/test-utils.html

s-yadav commented 3 years ago

@ameerthehacker, @ram2104 Can anyone pick this.?